summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2002-07-13 05:43:34 +0000
committerRichard Sharpe <sharpe@samba.org>2002-07-13 05:43:34 +0000
commit92c597a9b07ebffafd96ba11f0b25f8b97ffb124 (patch)
tree12b32fbffd5e1db4fc87442256dfc7e704226681 /source3/libsmb
parent5c682b73371c22e3e9abb620d4cdab10f7a78646 (diff)
downloadsamba-92c597a9b07ebffafd96ba11f0b25f8b97ffb124.tar.gz
samba-92c597a9b07ebffafd96ba11f0b25f8b97ffb124.tar.bz2
samba-92c597a9b07ebffafd96ba11f0b25f8b97ffb124.zip
Fix up the include file that had problems as well.
(This used to be commit 753df0b89767261420f242da21d5dfb5403c966b)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/libsmbclient.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/libsmb/libsmbclient.c b/source3/libsmb/libsmbclient.c
index 4100005425..05b6b3121f 100644
--- a/source3/libsmb/libsmbclient.c
+++ b/source3/libsmb/libsmbclient.c
@@ -2633,18 +2633,7 @@ SMBCCTX * smbc_init_context(SMBCCTX * context)
}
}
DEBUG(0,("Using workgroup %s.\n", context->workgroup));
-
- /*
- * I think we can do this more than once for the same name without
- * being shot but who am I? -- Tom
- * Actually, we probably don't want to register a name,
- * but one day the user might want to be able to do so. RJS
- */
- if (0) {
- name_register_wins(context->netbios_name, 0);
- }
-
/* shortest timeout is 1 second */
if (context->timeout > 0 && context->timeout < 1000)
context->timeout = 1000;