mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-20 18:32:06 +00:00
fix return without unlocking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@37893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
762fac6113
commit
fc5ee2d382
1 changed files with 4 additions and 3 deletions
|
@ -2284,10 +2284,11 @@ static unsigned int maxConnections = 8;
|
|||
}
|
||||
else
|
||||
{
|
||||
[self debug: @"unable to load backend class for '%@' server type"
|
||||
@" ... dynamic library load failed in %@", s, tried];
|
||||
[self debug: @"unable to load backend class for '%@' server"
|
||||
@" type ... dynamic library load failed in %@", s, tried];
|
||||
}
|
||||
return;
|
||||
[lock unlock];
|
||||
NS_VOIDRETURN;
|
||||
}
|
||||
}
|
||||
if (c != [self class])
|
||||
|
|
Loading…
Reference in a new issue