diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 23:58:49 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 23:58:49 +0100 |
commit | b45caa44e1a563a3af42e39bd61ee4a2b74db14f (patch) | |
tree | 7192b08a17144b826a6b60bacf0317a7aabe5c1b /libcli | |
parent | 4147ad1e98f04627f9072784e69c72cd72ea206c (diff) | |
download | samba-b45caa44e1a563a3af42e39bd61ee4a2b74db14f.tar.gz samba-b45caa44e1a563a3af42e39bd61ee4a2b74db14f.tar.bz2 samba-b45caa44e1a563a3af42e39bd61ee4a2b74db14f.zip |
Fix the build.
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/nbt/tools/nmblookup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libcli/nbt/tools/nmblookup.c b/libcli/nbt/tools/nmblookup.c index 94768f7cb6..0d98cb99de 100644 --- a/libcli/nbt/tools/nmblookup.c +++ b/libcli/nbt/tools/nmblookup.c @@ -212,9 +212,7 @@ static bool process_one(struct loadparm_context *lp_ctx, struct event_context *e node_name = talloc_strdup(tmp_ctx, name); } - nbtsock = nbt_name_socket_init(tmp_ctx, ev, lp_iconv_convenience(lp_ctx), - lp_parm_int(lp_ctx, NULL, "nbt", "wack_timeout", 30) - ); + nbtsock = nbt_name_socket_init(tmp_ctx, ev, lp_iconv_convenience(lp_ctx)); if (options.root_port) { all_zero_addr = socket_address_from_strings(tmp_ctx, nbtsock->sock->backend_name, |