Changeset 745 for trunk/server/libcli/nbt/tools/nmblookup.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/libcli/nbt/tools/nmblookup.c
r414 r745 213 213 } 214 214 215 nbtsock = nbt_name_socket_init(tmp_ctx, ev , lp_iconv_convenience(lp_ctx));215 nbtsock = nbt_name_socket_init(tmp_ctx, ev); 216 216 217 217 if (options.root_port) { … … 358 358 } 359 359 360 load_interfaces(NULL, lp _interfaces(cmdline_lp_ctx), &ifaces);360 load_interfaces(NULL, lpcfg_interfaces(cmdline_lp_ctx), &ifaces); 361 361 362 362 ev = s4_event_context_init(talloc_autofree_context()); … … 365 365 const char *name = poptGetArg(pc); 366 366 367 ret &= process_one(cmdline_lp_ctx, ev, ifaces, name, lp _nbt_port(cmdline_lp_ctx));367 ret &= process_one(cmdline_lp_ctx, ev, ifaces, name, lpcfg_nbt_port(cmdline_lp_ctx)); 368 368 } 369 369
Note:
See TracChangeset
for help on using the changeset viewer.