[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-1110-g45ae90b

Jeremy Allison jra at samba.org
Sat Jan 5 09:28:18 GMT 2008


The branch, v3-2-test has been updated
       via  45ae90b77e53cd0cdf50939528dac4d2ca39b5c5 (commit)
      from  0475bdcf44d21bbdefb57f15d403c91c44d8d90a (commit)

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


- Log -----------------------------------------------------------------
commit 45ae90b77e53cd0cdf50939528dac4d2ca39b5c5
Author: Jeremy Allison <jra at samba.org>
Date:   Sat Jan 5 01:16:09 2008 -0800

    Fix missing return - should be void.
    Jeremy.

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/util.c b/source/lib/util.c
index 81b9fc8..c69a145 100644
--- a/source/lib/util.c
+++ b/source/lib/util.c
@@ -364,7 +364,7 @@ void set_cmdline_auth_info_use_krb5_ticket(void)
 }
 
 /* This should only be used by lib/popt_common.c JRA */
-bool set_cmdline_auth_info_smb_encrypt(void)
+void set_cmdline_auth_info_smb_encrypt(void)
 {
 	cmdline_auth_info.smb_encrypt = true;
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list