summaryrefslogtreecommitdiff
path: root/source3
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
commit3ad0801dd3e8a937493ea9a7395b727e809b5824 (patch)
treed1394bab3798f9c0ca5785130a937fa4fbb3c56e /source3
parent03efd16d3465473f58dc7b91b7c45396dfa89f5a (diff)
downloadsamba-3ad0801dd3e8a937493ea9a7395b727e809b5824.tar.gz
samba-3ad0801dd3e8a937493ea9a7395b727e809b5824.tar.bz2
samba-3ad0801dd3e8a937493ea9a7395b727e809b5824.zip
formatting fix
(This used to be commit 3dc9fd076a2c4c352d51f7b9dfa8b570a231c9e2)
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/cliconnect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index 9511a56e31..9981672801 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/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;
}