mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/afs: s/the the\b/the/ in comments
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
parent
076c284d6f
commit
3c1e99f5d3
@ -129,7 +129,7 @@ static bool afs_createtoken(const char *username, const char *cell,
|
||||
/* We need to create a session key */
|
||||
generate_random_buffer((uint8_t *)p, 8);
|
||||
|
||||
/* Our client code needs the the key in the clear, it does not
|
||||
/* Our client code needs the key in the clear, it does not
|
||||
know the server-key ... */
|
||||
memcpy(ct->HandShakeKey, p, 8);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user