aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-helper-nat-server-windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-helper-nat-server-windows.c')
-rw-r--r--src/nat/gnunet-helper-nat-server-windows.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/gnunet-helper-nat-server-windows.c b/src/nat/gnunet-helper-nat-server-windows.c
index 7962e3071..18040428f 100644
--- a/src/nat/gnunet-helper-nat-server-windows.c
+++ b/src/nat/gnunet-helper-nat-server-windows.c
@@ -188,7 +188,7 @@ struct udp_header
188}; 188};
189 189
190/** 190/**
191 * Will this binary be run in permissions testing mode? 191 * Will this binary be run in permissions testing mode?
192 */ 192 */
193static boolean privilege_testing = FALSE; 193static boolean privilege_testing = FALSE;
194 194
@@ -533,7 +533,7 @@ main (int argc, char *const *argv)
533 WSADATA wsaData; 533 WSADATA wsaData;
534 unsigned int alt = 0; 534 unsigned int alt = 0;
535 535
536 if ( (argc > 1) && (0 != strcmp (argv[1], "-d"))) 536 if ( (argc > 1) && (0 != strcmp (argv[1], "-d")))
537 { 537 {
538 privilege_testing = TRUE; 538 privilege_testing = TRUE;
539 fprintf (stderr, 539 fprintf (stderr,
@@ -542,7 +542,7 @@ main (int argc, char *const *argv)
542 argv++; 542 argv++;
543 argc--; 543 argc--;
544 } 544 }
545 545
546 if (2 != argc) 546 if (2 != argc)
547 { 547 {
548 fprintf (stderr, 548 fprintf (stderr,