1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

formatting fix

(This used to be commit 3dc9fd076a)
This commit is contained in:
Andrew Tridgell 2001-07-08 18:23:53 +00:00
parent 03efd16d34
commit 3ad0801dd3

View File

@ -774,7 +774,7 @@ BOOL cli_establish_connection(struct cli_state *cli,
}
if (do_shutdown)
cli_shutdown(cli);
cli_shutdown(cli);
return True;
}