AFS: The dummy afs_createtoken_str should return NULL, not False.
authorKai Blin <kai@samba.org>
Wed, 14 May 2008 07:02:22 +0000 (09:02 +0200)
committerKai Blin <kai@samba.org>
Wed, 14 May 2008 07:07:24 +0000 (09:07 +0200)
(This used to be commit c84d49429191423a81d558042fe949c26f5de5fe)

source3/lib/afs.c

index 9f5d81f44280cf39a6027facb3a781e62c1568a0..c4569d97bbfcf12ec8ce1635812cca1a555414e9 100644 (file)
@@ -294,7 +294,7 @@ bool afs_login(connection_struct *conn)
 
 char *afs_createtoken_str(const char *username, const char *cell)
 {
-       return False;
+       return NULL;
 }
 
 #endif /* WITH_FAKE_KASERVER */