fix typo
r2316 | dcl | 2008-02-04 12:34:49 +1100 (Mon, 04 Feb 2008) | 2 lines
This commit is contained in:
@@ -192,7 +192,7 @@ static int StartCommand(pAsyncQueue self)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
myCmd->tran->txn_status == ATX_ACTIVE;
|
myCmd->tran->txn_status = ATX_ACTIVE;
|
||||||
iRet = self->protocol->sendCommand(self->protocol, myCmd->tran);
|
iRet = self->protocol->sendCommand(self->protocol, myCmd->tran);
|
||||||
/*
|
/*
|
||||||
* Handle case of no response expected
|
* Handle case of no response expected
|
||||||
|
|||||||
Reference in New Issue
Block a user