1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

formatting fix

This commit is contained in:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 9449544428
commit 3dc9fd076a

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;
}