mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
cifs.upcall: fix build warning
Signed-off-by: Jeff Layton <jlayton@redhat.com> (This used to be commit aa3443492c58a7c109fe159e15d763dbafc66f2a)
This commit is contained in:
parent
2c96b1fd5b
commit
e1523fdce4
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user