diff options
author | Tim Prouty <tprouty@samba.org> | 2008-12-02 23:29:57 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2008-12-03 10:40:20 -0800 |
commit | 1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e (patch) | |
tree | a43eb854b68ef6d65d6120d5ec0441bc26ea9612 /source3/client | |
parent | fcbf88115c217cfe5090f8d60ab7627681c648c8 (diff) | |
download | samba-1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e.tar.gz samba-1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e.tar.bz2 samba-1eb743ab8e8b1141f99fabd3e4a46895c6dcc17e.zip |
s3: Change sockaddr util function names for consistency
Also eliminates name conflicts with OneFS system libraries
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 39f8f90bba..da789161c9 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4623,7 +4623,7 @@ static int do_message_op(void) snprintf(name_type_hex, sizeof(name_type_hex), "#%X", name_type); fstrcat(server_name, name_type_hex); - zero_addr(&ss); + zero_sockaddr(&ss); if (have_ip) ss = dest_ss; |