From 51a0354d751f48a2542984c81e218da33669bbeb Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 3 Nov 2007 22:34:46 -0700 Subject: Remove more static data from lib/util_sock.c and callers. Jeremy. (This used to be commit 35aaa36f82c70964cee5d0778eb04547b226dd3f) --- source3/torture/rpctorture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') 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); -- cgit