Log the TSID even if it is not a simple session ID.

This commit is contained in:
Todd C. Miller
2011-03-11 12:11:05 -05:00
parent 9660f08e32
commit 383aef00b1
5 changed files with 18 additions and 10 deletions

View File

@@ -128,7 +128,7 @@ mkdir_parents(char *path)
}
/*
* Read the on-disk sequence number, set sudo_user.sessid to the next
* Read the on-disk sequence number, set sessid to the next
* number, and update the on-disk copy.
* Uses file locking to avoid sequence number collisions.
*/