Compare commits

..

2 Commits

View File

@ -1407,7 +1407,6 @@ int main(int argc, char **argv)
params.debug_target = LOG_TARGET_CONSOLE; params.debug_target = LOG_TARGET_CONSOLE;
} }
break; break;
#ifndef __CYGWIN__
case 1: /* dry-run */ case 1: /* dry-run */
bDry=true; bDry=true;
break; break;
@ -1431,7 +1430,6 @@ int main(int argc, char **argv)
} }
#endif #endif
break; break;
#endif
case 3: /* daemon */ case 3: /* daemon */
daemon = true; daemon = true;
break; break;