add missing return statement
This commit is contained in:
parent
8a5bbd9a38
commit
e17e948697
1 changed files with 1 additions and 0 deletions
|
@ -457,6 +457,7 @@ int TgetTransactionFingerprint(int xid, stasis_transaction_fingerprint_t * fp) {
|
||||||
} else if(xid == INVALID_XID) {
|
} else if(xid == INVALID_XID) {
|
||||||
fp->xid = INVALID_XID;
|
fp->xid = INVALID_XID;
|
||||||
fp->rec_lsn = INVALID_LSN;
|
fp->rec_lsn = INVALID_LSN;
|
||||||
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
return ENOENT;
|
return ENOENT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue