diff --git a/server/modules/routing/debugcmd.c b/server/modules/routing/debugcmd.c index 333ca8269..bab8c2f55 100644 --- a/server/modules/routing/debugcmd.c +++ b/server/modules/routing/debugcmd.c @@ -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: