mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/branches/stable@24757 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7cb78cd817
commit
af8f42e9c0
1 changed files with 4 additions and 0 deletions
|
@ -670,6 +670,10 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
persistence: NSURLCredentialPersistenceForSession];
|
||||
|
||||
if (cred == nil)
|
||||
{
|
||||
authentication = nil;
|
||||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
* Get the digest object and ask it for a header
|
||||
|
|
Loading…
Reference in a new issue