diff options
author | Luke Leighton <lkcl@samba.org> | 1999-09-16 22:46:45 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-09-16 22:46:45 +0000 |
commit | 701f9ed2c97ad50a4258e278a3674b8f5a747d8e (patch) | |
tree | 3a2b15703ad998555b6403fa22c07ea803be894c /source3/rpcclient | |
parent | b9b4c1d56349824616f2fcaff57cedbc52168059 (diff) | |
download | samba-701f9ed2c97ad50a4258e278a3674b8f5a747d8e.tar.gz samba-701f9ed2c97ad50a4258e278a3674b8f5a747d8e.tar.bz2 samba-701f9ed2c97ad50a4258e278a3674b8f5a747d8e.zip |
reading in smb server domain name from SMBnegprot response
(This used to be commit 25025f450531c66c0fd9f7eed886cb288d76d025)
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index f33f0fa1dd..2883058812 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -849,8 +849,6 @@ char *complete_cmd_null(char *text, int state) codepage_initialise(lp_client_code_page()); - if (*smb_cli->domain == 0) pstrcpy(smb_cli->domain,lp_workgroup()); - load_interfaces(); if (cli_action == CLIENT_IPC) |