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:
dwetzel 2002-08-20 21:56:02 +00:00
parent 42e0c33557
commit 578ce755fc

View file

@ -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;