[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3799-gaa34434

jlayton at samba.org jlayton at samba.org
Fri Aug 22 01:29:23 GMT 2008


The branch, v3-devel has been updated
       via  aa3443492c58a7c109fe159e15d763dbafc66f2a (commit)
      from  d8018d15f013b8d7be8618b75dac5112711193b7 (commit)

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


- Log -----------------------------------------------------------------
commit aa3443492c58a7c109fe159e15d763dbafc66f2a
Author: Jeff Layton <jlayton at redhat.com>
Date:   Thu Aug 21 21:21:48 2008 -0400

    cifs.upcall: fix build warning
    
    Signed-off-by: Jeff Layton <jlayton at redhat.com>

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

Summary of changes:
 source/client/cifs.upcall.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/client/cifs.upcall.c b/source/client/cifs.upcall.c
index fd3ed17..cf5f1c3 100644
--- a/source/client/cifs.upcall.c
+++ b/source/client/cifs.upcall.c
@@ -222,7 +222,8 @@ int main(const int argc, char *const argv[])
 	uid_t uid;
 	int kernel_upcall_version;
 	int c, use_cifs_service_prefix = 0;
-	char *buf, *oid, *hostname = NULL;
+	char *buf, *hostname = NULL;
+	const char *oid;
 
 	openlog(prog, 0, LOG_DAEMON);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list