From 907f085296e4c61410a7a0e2cfcd6a9db8176b16 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 14 Jan 2009 16:08:19 -0800 Subject: Remove smbclient globals that bled into clidfs.c. Now we only have the connections list and authentication structures to worry about. Jeremy --- source3/libsmb/clientgen.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/libsmb/clientgen.c') diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index fd5627d763..0bec24202c 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -50,10 +50,9 @@ unsigned int cli_set_timeout(struct cli_state *cli, unsigned int timeout) Change the port number used to call on. ****************************************************************************/ -int cli_set_port(struct cli_state *cli, int port) +void cli_set_port(struct cli_state *cli, int port) { cli->port = port; - return port; } /**************************************************************************** -- cgit