Make it compile (sorry, this shouldn't happen at all).

This commit is contained in:
Norbert Warmuth 1999-09-15 04:24:22 +00:00
parent 946ac9b60b
commit ba4dd794f5
1 changed files with 1 additions and 1 deletions

View File

@ -1048,7 +1048,7 @@ do_connect (char *server, char *share)
if (!cli_session_setup(c, current_bucket->user,
current_bucket->password, strlen(current_bucket->password),
current_bucket->password, strlen(current_bucket->password),
current_bucket->workgroup)) {
current_bucket->domain)) {
my_errno = cli_error(c, NULL, &err, NULL);
DEBUG(1,("session setup failed: %s\n", cli_errstr(c)));
return NULL;