summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cliconnect.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-07-08 18:23:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-07-08 18:23:53 +0000
commit3dc9fd076a2c4c352d51f7b9dfa8b570a231c9e2 (patch)
tree1a4d1b1df986fdff865b949acee7eb5db8f94756 /source/libsmb/cliconnect.c
parent9449544428c9c3153f9e757c57bccda382fa2882 (diff)
downloadsamba-3dc9fd076a2c4c352d51f7b9dfa8b570a231c9e2.tar.gz
samba-3dc9fd076a2c4c352d51f7b9dfa8b570a231c9e2.tar.xz
samba-3dc9fd076a2c4c352d51f7b9dfa8b570a231c9e2.zip
formatting fix
Diffstat (limited to 'source/libsmb/cliconnect.c')
-rw-r--r--source/libsmb/cliconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/cliconnect.c b/source/libsmb/cliconnect.c
index 9511a56e31c..99816728014 100644
--- a/source/libsmb/cliconnect.c
+++ b/source/libsmb/cliconnect.c
@@ -774,7 +774,7 @@ BOOL cli_establish_connection(struct cli_state *cli,
}
if (do_shutdown)
- cli_shutdown(cli);
+ cli_shutdown(cli);
return True;
}