dont-close-this-afsconf-either-20060921

static means static
This commit is contained in:
Derrick Brashear 2006-09-21 12:38:04 +00:00
parent 1221e482d7
commit 86f4e7620b

View File

@ -145,7 +145,6 @@ ka_GetServers(char *cell, struct afsconf_cell * cellinfo)
} }
} }
code = myCellLookup(conf, cell, AFSCONF_KAUTHSERVICE, cellinfo); code = myCellLookup(conf, cell, AFSCONF_KAUTHSERVICE, cellinfo);
afsconf_Close(conf);
UNLOCK_GLOBAL_MUTEX; UNLOCK_GLOBAL_MUTEX;
return code; return code;
} }