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:
parent
a6d6938367
commit
d12ed592a0
@ -428,10 +428,6 @@ SERVICE *service;
|
||||
|
||||
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:
|
||||
return (unsigned long)strtol(arg, NULL, 0);
|
||||
case ARG_TYPE_STRING:
|
||||
|
Loading…
x
Reference in New Issue
Block a user