hmmm, buggy bugfix

capture_child isn't initialized already here, so remove the whole error reaction check for now

svn path=/trunk/; revision=16517
This commit is contained in:
Ulf Lamping 2005-11-16 22:08:50 +00:00
parent 8b24e8d8f0
commit 32b71d9b7e
1 changed files with 2 additions and 2 deletions

View File

@ -1780,8 +1780,8 @@ main(int argc, char *argv[])
case '?': /* argument-parsing error - quit now if we're a normal Ethereal */
/* (a capture child uses a slightly different options pattern, */
/* so don't quit here as this error is only meaningful in the "real" run later) */
if(!capture_child)
exit(0);
/*if(!capture_child)
exit(0);*/
break;
}
}