The branch, master has been updated
       via  0bf7c96 s3: Use 
      from  ca5dcf2 s3: guest sesssetup is only 13 words (cherry picked from 
commit 69650a2aaa8649570261df7efccb35ad76d7cfc1)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0bf7c9646413673e24cfea94eb74dce88f79c470
Author: Volker Lendecke <[email protected]>
Date:   Sun Apr 17 11:32:28 2011 +0200

    s3: Use \0 instead of NULL when 0-terminating a string
    
    Autobuild-User: Volker Lendecke <[email protected]>
    Autobuild-Date: Sun Apr 17 12:26:15 CEST 2011 on sn-devel-104

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

Summary of changes:
 .../examples/netdomjoin-gui/netdomjoin-gui.c       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c 
b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index 50c22d9..a2582a1 100644
--- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -478,7 +478,7 @@ static void callback_do_hostname_change(GtkWidget *widget,
 
                        p = strchr(newname, '.');
                        if (p) {
-                               *p = NULL;
+                               *p = '\0';
                        }
 
                        if (!state->account || !state->password) {


-- 
Samba Shared Repository

Reply via email to