]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/afs: s/the the\b/the/ in comments
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 13 Sep 2024 02:18:00 +0000 (14:18 +1200)
committerVolker Lendecke <vl@samba.org>
Wed, 6 Nov 2024 10:57:34 +0000 (10:57 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
lib/afs/afs_funcs.c

index 4360f54827ae6b301180bf8313ad43c361ec29e1..6385e35dfe5e16ad17bbae7372e81e15300c8970 100644 (file)
@@ -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);