A "-b" argument must have a : in it, as it has to specify a criterion

type and value, separated by a :.

svn path=/trunk/; revision=17438
This commit is contained in:
Guy Harris 2006-03-01 01:54:46 +00:00
parent 8ac0325b2b
commit a8f261dba7
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ get_ring_arguments(capture_options *capture_opts, const char *arg)
colonp = strchr(arg, ':');
if (colonp == NULL)
return TRUE;
return FALSE;
p = colonp;
*p++ = '\0';