Skip to Content.
Sympa Menu

ndt-dev - [ndt] r327 committed - Adding 'x' to the list for getopt. This addresses issue 18....

Subject: NDT-DEV email list created

List archive

[ndt] r327 committed - Adding 'x' to the list for getopt. This addresses issue 18....


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r327 committed - Adding 'x' to the list for getopt. This addresses issue 18....
  • Date: Thu, 25 Mar 2010 17:12:50 +0000

Revision: 327
Author: jwzurawski
Date: Thu Mar 25 10:12:13 2010
Log: Adding 'x' to the list for getopt. This addresses issue 18.

-jason


http://code.google.com/p/ndt/source/detail?r=327

Modified:
/trunk/src/web100srv.c

=======================================
--- /trunk/src/web100srv.c Mon Mar 22 20:56:00 2010
+++ /trunk/src/web100srv.c Thu Mar 25 10:12:13 2010
@@ -1334,7 +1334,7 @@

opterr = 0;
while ((c = getopt_long(argc, argv,
- GETOPT_LONG_INET6(GETOPT_LONG_EXP("adhmoqrstvzc:b:f:i:l:p:T:A:S:")), long_options, 0)) != -1) {
+ GETOPT_LONG_INET6(GETOPT_LONG_EXP("adhmoqrstvzc:x:b:f:i:l:p:T:A:S:")), long_options, 0)) != -1) {
switch (c) {
case 'c':
ConfigFileName = optarg;
@@ -1363,7 +1363,7 @@
debug = 0;

while ((c = getopt_long(argc, argv,
- GETOPT_LONG_INET6(GETOPT_LONG_EXP("adhmoqrstvzc:b:f:i:l:p:T:A:S:")), long_options, 0)) != -1) {
+ GETOPT_LONG_INET6(GETOPT_LONG_EXP("adhmoqrstvzc:x:b:f:i:l:p:T:A:S:")), long_options, 0)) != -1) {
switch (c) {
case '4':
conn_options |= OPT_IPV4_ONLY;


  • [ndt] r327 committed - Adding 'x' to the list for getopt. This addresses issue 18...., ndt, 03/25/2010

Archive powered by MHonArc 2.6.16.

Top of Page