libcli/auth: remove bogus comment regarding replay attacks
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Dec 2013 18:40:15 +0000 (19:40 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 24 Dec 2013 08:10:06 +0000 (09:10 +0100)
commit636daac3b7b08ccb8845dab060157918d296ef67
tree07631da471d8c829eb45c0367a0261d24bd2f793
parent202bcf9096e53d94b294936d6144ae77f1536b72
libcli/auth: remove bogus comment regarding replay attacks

creds->sequence (timestamp) is the value that is used to increment the internal
state, it's not a real sequence number. The sequence comes
from adding all timestamps of the whole session.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
libcli/auth/credentials.c