Removed a duplicate code added by merge
A code duplication occurred in a switch statement during the merge of the cenh branch
This commit is contained in:
@ -428,10 +428,6 @@ SERVICE *service;
|
|||||||
|
|
||||||
switch (arg_type)
|
switch (arg_type)
|
||||||
{
|
{
|
||||||
case ARG_TYPE_SERVICE:
|
|
||||||
if ((rval = (unsigned long)strtol(arg, NULL, 0)) == 0)
|
|
||||||
rval = (unsigned long)service_find(arg);
|
|
||||||
return rval;
|
|
||||||
case ARG_TYPE_ADDRESS:
|
case ARG_TYPE_ADDRESS:
|
||||||
return (unsigned long)strtol(arg, NULL, 0);
|
return (unsigned long)strtol(arg, NULL, 0);
|
||||||
case ARG_TYPE_STRING:
|
case ARG_TYPE_STRING:
|
||||||
|
Reference in New Issue
Block a user