summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-10-04 19:11:36 +0000
committerGerald Carter <jerry@samba.org>2002-10-04 19:11:36 +0000
commitd2ea6d5ae759bd2c842b5836d778b5a52b8af477 (patch)
tree577e63715c35c09354bdebf482ea0882a36b5852 /source3/libsmb
parentceaeb3ef90e088f8752b519d5e80e60ce79575a1 (diff)
downloadsamba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.tar.gz
samba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.tar.bz2
samba-d2ea6d5ae759bd2c842b5836d778b5a52b8af477.zip
merge of working dsrolegetprimdominfo() client code from APP_HEAD
(This used to be commit f70caa25e4ee198151b915cf2bc0a26b2d0e243d)
Diffstat (limited to 'source3/libsmb')
-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 3951e3c776..f005ac21f3 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -344,7 +344,7 @@ static BOOL cli_session_setup_nt1(struct cli_state *cli, char *user,
/* Have plaintext orginal */
set_signing_on_cli(cli, pass, ntpword);
}
-
+
return True;
}