factotum: fix log read inuse bug
When log reading exits, inuse flag should be cleared. Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
@@ -260,6 +260,7 @@ fskickreply(Conv *c)
|
||||
static int inuse[nelem(dirtab)];
|
||||
int *confirminuse = &inuse[0];
|
||||
int *needkeyinuse = &inuse[1];
|
||||
int *loginuse = &inuse[5];
|
||||
static void
|
||||
fsopen(Req *r)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user