Fix error in set type

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20014 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2004-09-07 09:32:01 +00:00
parent 8fe6bc40eb
commit d549ae06e5

View file

@ -362,7 +362,7 @@ unescapeData(const unsigned char* bytes, unsigned length, unsigned char *buf)
_substitutionLimit = 4;
_sessions = NSCreateMapTable(NSNonOwnedPointerMapKeyCallBacks,
NSObjectMapValueCallBacks, 0);
_perHost = [NSMutableSet new];
_perHost = [NSCountedSet new];
_ticker = [NSTimer scheduledTimerWithTimeInterval: 0.8
target: self
selector: @selector(_timeout:)