summaryrefslogtreecommitdiff
path: root/source3/lib/afs.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/afs.c')
-rw-r--r--source3/lib/afs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/afs.c b/source3/lib/afs.c
index 0830a3a0e7..8688fde6b1 100644
--- a/source3/lib/afs.c
+++ b/source3/lib/afs.c
@@ -116,7 +116,7 @@ static BOOL afs_createtoken(const char *username, const char *cell,
p += 4;
/* We need to create a session key */
- generate_random_buffer(p, 8, False);
+ generate_random_buffer(p, 8);
/* Our client code needs the the key in the clear, it does not
know the server-key ... */