From: Jeff Layton Date: Fri, 22 Aug 2008 01:21:48 +0000 (-0400) Subject: cifs.upcall: fix build warning X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa3443492c58a7c109fe159e15d763dbafc66f2a;p=thirdparty%2Fsamba.git cifs.upcall: fix build warning Signed-off-by: Jeff Layton --- diff --git a/source/client/cifs.upcall.c b/source/client/cifs.upcall.c index fd3ed17d2dd..cf5f1c3fb03 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);