From e1523fdce4f6147d6f27f77430b96c57de3c39ed Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Thu, 21 Aug 2008 21:21:48 -0400 Subject: [PATCH] cifs.upcall: fix build warning Signed-off-by: Jeff Layton (This used to be commit aa3443492c58a7c109fe159e15d763dbafc66f2a) --- source3/client/cifs.upcall.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/client/cifs.upcall.c b/source3/client/cifs.upcall.c index fd3ed17d2d..cf5f1c3fb0 100644 --- a/source3/client/cifs.upcall.c +++ b/source3/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); -- 2.34.1