[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-897-g72dc717

Volker Lendecke vl at samba.org
Tue Dec 25 10:35:18 GMT 2007


The branch, v3-2-test has been updated
       via  72dc71710813ea9f1d8864c4401fef25a25577bd (commit)
      from  be985d8d0ce80d12aa7f0b447b16b14aa0362826 (commit)

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


- Log -----------------------------------------------------------------
commit 72dc71710813ea9f1d8864c4401fef25a25577bd
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Dec 25 11:34:10 2007 +0100

    Fix the build

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

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


Changeset truncated at 500 lines:

diff --git a/source/lib/netapi/serverinfo.c b/source/lib/netapi/serverinfo.c
index 276a98c..27c7c4b 100644
--- a/source/lib/netapi/serverinfo.c
+++ b/source/lib/netapi/serverinfo.c
@@ -167,8 +167,7 @@ static WERROR NetServerSetInfoLocal_1005(struct libnetapi_ctx *ctx,
 		return WERR_NOT_SUPPORTED;
 	}
 
-	return libnet_smbconf_set_global_param(ctx,
-					       "server string",
+	return libnet_smbconf_set_global_param("server string",
 					       info1005->comment);
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list