Removed redundant function.

This commit is contained in:
Markus Makela
2015-08-27 09:32:35 +03:00
parent 501ea809a8
commit 4da9045da4
5 changed files with 5 additions and 16 deletions

View File

@ -2331,7 +2331,7 @@ void valid_service_permissions(SERVICE* service)
SERVER_REF* server;
int conn_timeout = 1;
if(service_is_internal(service))
if(internalService(service->routerModule))
return;
if(service->dbref == NULL)