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:
e4930f5
)
andrej spotted problem with connect_serverlist (starts off assuming
author
Luke Leighton
<lkcl@samba.org>
Mon, 30 Nov 1998 15:32:15 +0000
(15:32 +0000)
committer
Luke Leighton
<lkcl@samba.org>
Mon, 30 Nov 1998 15:32:15 +0000
(15:32 +0000)
a connection succeeds...).
source/libsmb/clientgen.c
patch
|
blob
|
history
diff --git
a/source/libsmb/clientgen.c
b/source/libsmb/clientgen.c
index d20ecfa1d93704f634ac82bb73cc9ad88cbcbff0..fc0df84d4acf49c7311b1dc4069f3e60f3fa63f2 100644
(file)
--- a/
source/libsmb/clientgen.c
+++ b/
source/libsmb/clientgen.c
@@
-2725,7
+2725,7
@@
BOOL cli_connect_serverlist(struct cli_state *cli, char *p)
fstring remote_machine;
struct in_addr dest_ip;
struct nmb_name calling, called;
fstring remote_machine;
struct in_addr dest_ip;
struct nmb_name calling, called;
- BOOL connected_ok =
Tru
e;
+ BOOL connected_ok =
Fals
e;
ZERO_STRUCTP(cli);
ZERO_STRUCTP(cli);