ticket: new
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20839
dc483132-0cff-0310-8789-
dd5450dbe970
}
[autoQuitTimer invalidate];
+ autoQuitTimer = nil;
[KerberosAgentListener didAddClient:info error:err];
[info release];
if ([self.clients count] == 0) {
// the client removes itself after select identity,
// but might come back shortly afterward in need of an auth prompt
+ [autoQuitTimer invalidate];
autoQuitTimer = [NSTimer scheduledTimerWithTimeInterval:SECONDS_BEFORE_AUTO_QUIT_ON_NO_CLIENTS
target:self
selector:@selector(quitIfIdle:)