summaryrefslogtreecommitdiffstats
path: root/source/libsmb/libsmbclient.c
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
commit753df0b89767261420f242da21d5dfb5403c966b (patch)
tree0a7fc7212c605efe02fc32e852c694ac5761414c /source/libsmb/libsmbclient.c
parent5706e6af168b14a40cb1e306c2911182260ff0d3 (diff)
downloadsamba-753df0b89767261420f242da21d5dfb5403c966b.tar.gz
samba-753df0b89767261420f242da21d5dfb5403c966b.tar.xz
samba-753df0b89767261420f242da21d5dfb5403c966b.zip
Fix up the include file that had problems as well.
Diffstat (limited to 'source/libsmb/libsmbclient.c')
-rw-r--r--source/libsmb/libsmbclient.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/libsmb/libsmbclient.c b/source/libsmb/libsmbclient.c
index 4100005425e..05b6b3121fb 100644
--- a/source/libsmb/libsmbclient.c
+++ b/source/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;