Merge pull request #298 from nextcloud/upstream/no-shibboleth

NO_SHIBBOLETH: Fix warning
This commit is contained in:
Roeland Jago Douma 2018-05-17 15:38:04 +02:00 committed by GitHub
commit 36572b79c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -895,6 +895,8 @@ void DetermineAuthTypeJob::start()
_resultGet = Shibboleth;
get->setFollowRedirects(false);
}
#else
Q_UNUSED(target)
#endif
});
connect(get, &SimpleNetworkJob::finishedSignal, this, [this]() {