git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baa43fb
)
Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().
author
Tim Potter
<tpot@samba.org>
Thu, 26 Nov 1998 06:35:25 +0000
(06:35 +0000)
committer
Tim Potter
<tpot@samba.org>
Thu, 26 Nov 1998 06:35:25 +0000
(06:35 +0000)
Fix by Matt Chapman <m.chapman@student.unsw.edu.au>
source/libsmb/clientgen.c
patch
|
blob
|
history
diff --git
a/source/libsmb/clientgen.c
b/source/libsmb/clientgen.c
index bb792b7e2bdabc8b800fb5f46b5bcc22df4f9318..d20ecfa1d93704f634ac82bb73cc9ad88cbcbff0 100644
(file)
--- 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_STRUCT
P
(cli);
if (!cli_initialise(cli))
{