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/torture/rpctorture.c | |
parent | 56aa420195f4bf8007fbbbe362dbaf961a97f423 (diff) | |
download | samba-51a0354d751f48a2542984c81e218da33669bbeb.tar.gz samba-51a0354d751f48a2542984c81e218da33669bbeb.tar.bz2 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/torture/rpctorture.c')
-rw-r--r-- | source3/torture/rpctorture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/rpctorture.c b/source3/torture/rpctorture.c index af8d6effdb..d8fcedd8de 100644 --- a/source3/torture/rpctorture.c +++ b/source3/torture/rpctorture.c @@ -405,7 +405,7 @@ enum client_action case 'I': { - cli_info.dest_ip = *interpret_addr2(optarg); + (void)interpret_addr2(&cli_info.dest_ip, optarg); if (is_zero_ip(cli_info.dest_ip)) { exit(1); |