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:
Mark Riddoch 2014-05-27 09:44:17 +01:00
parent a6d6938367
commit d12ed592a0

View File

@ -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: