From: Tim Potter Date: Thu, 26 Nov 1998 06:35:25 +0000 (+0000) Subject: Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist(). X-Git-Tag: samba-2.2.5pre1~4968 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=c44b418d6fd16a257af21f6b5b29b1cdf26015b7;hp=baa43fb17b04b7945456514e01682e5dca5dfe99 Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist(). Fix by Matt Chapman --- diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c index bb792b7e2bd..d20ecfa1d93 100644 --- a/source/libsmb/clientgen.c +++ b/source/libsmb/clientgen.c @@ -2727,7 +2727,7 @@ BOOL cli_connect_serverlist(struct cli_state *cli, char *p) struct nmb_name calling, called; BOOL connected_ok = True; - ZERO_STRUCT(cli); + ZERO_STRUCTP(cli); if (!cli_initialise(cli)) {