Changeset 594 for vendor/current/source3/nmbd/nmbd.c
- Timestamp:
- Jul 1, 2011, 4:02:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/nmbd/nmbd.c
r414 r594 769 769 {"no-process-group", 0, POPT_ARG_NONE, NULL, OPT_NO_PROCESS_GROUP, "Don't create a new process group" }, 770 770 {"log-stdout", 'S', POPT_ARG_NONE, NULL, OPT_LOG_STDOUT, "Log to stdout" }, 771 {"hosts", 'H', POPT_ARG_STRING, &p_lmhosts, 'H', "Load a netbios hosts file"},772 {"port", 'p', POPT_ARG_INT, &global_nmb_port, NMB_PORT, "Listen on the specified port" },771 {"hosts", 'H', POPT_ARG_STRING, &p_lmhosts, 0, "Load a netbios hosts file"}, 772 {"port", 'p', POPT_ARG_INT, &global_nmb_port, 0, "Listen on the specified port" }, 773 773 POPT_COMMON_SAMBA 774 774 { NULL }
Note:
See TracChangeset
for help on using the changeset viewer.