[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2428-gc84d494

Kai Blin kai at samba.org
Wed May 14 07:09:19 GMT 2008


The branch, v3-3-test has been updated
       via  c84d49429191423a81d558042fe949c26f5de5fe (commit)
      from  6dd44ebf22762e852b43e7dbcd095a58cc45abad (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit c84d49429191423a81d558042fe949c26f5de5fe
Author: Kai Blin <kai at samba.org>
Date:   Wed May 14 09:02:22 2008 +0200

    AFS: The dummy afs_createtoken_str should return NULL, not False.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/afs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/afs.c b/source/lib/afs.c
index 9f5d81f..c4569d9 100644
--- a/source/lib/afs.c
+++ b/source/lib/afs.c
@@ -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 */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list