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

jlayton at samba.org jlayton at samba.org
Fri Aug 22 01:39:44 GMT 2008


The branch, v3-3-test has been updated
       via  9d9020192bba5ece21e752d5065fa59acb303b7c (commit)
      from  15e8df7dd619c70f1360585a383c131708ce0ceb (commit)

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


- Log -----------------------------------------------------------------
commit 9d9020192bba5ece21e752d5065fa59acb303b7c
Author: Jeff Layton <jlayton at redhat.com>
Date:   Thu Aug 21 21:38:45 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