mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 04:01:16 +00:00
fixed a typo (_)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14306 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
42e0c33557
commit
578ce755fc
1 changed files with 3 additions and 1 deletions
|
@ -228,7 +228,9 @@ static char rcsId[] = "$Id$";
|
|||
if (session)
|
||||
[session _createAutoreleasePool];
|
||||
else
|
||||
[self checkinSessionID:aSessionID];
|
||||
// [self checkinSessionID:aSessionID];
|
||||
[self _checkinSessionID:aSessionID];
|
||||
|
||||
NSDebugMLLog(@"sessions",@"session=%@",session);
|
||||
LOGObjectFnStop();
|
||||
return session;
|
||||
|
|
Loading…
Reference in a new issue