diff options
author | Jeremy Allison <jra@samba.org> | 2007-11-03 22:34:46 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-11-03 22:34:46 -0700 |
commit | 51a0354d751f48a2542984c81e218da33669bbeb (patch) | |
tree | 27e620eb5d4e72e2a07591645680e6776491702b /source3/utils/smbcontrol.c | |
parent | 56aa420195f4bf8007fbbbe362dbaf961a97f423 (diff) | |
download | samba-51a0354d751f48a2542984c81e218da33669bbeb.tar.gz samba-51a0354d751f48a2542984c81e218da33669bbeb.tar.xz samba-51a0354d751f48a2542984c81e218da33669bbeb.zip |
Remove more static data from lib/util_sock.c and
callers.
Jeremy.
(This used to be commit 35aaa36f82c70964cee5d0778eb04547b226dd3f)
Diffstat (limited to 'source3/utils/smbcontrol.c')
-rw-r--r-- | source3/utils/smbcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/smbcontrol.c b/source3/utils/smbcontrol.c index b79fa29cdb..835adca4bd 100644 --- a/source3/utils/smbcontrol.c +++ b/source3/utils/smbcontrol.c @@ -1087,7 +1087,7 @@ static bool do_nodestatus(struct messaging_context *msg_ctx, ZERO_STRUCT(p); - p.ip = *interpret_addr2(argv[1]); + (void)interpret_addr2(&p.ip, argv[1]); p.port = 137; p.packet_type = NMB_PACKET; |