diff options
Diffstat (limited to 'src/commands.c')
-rw-r--r-- | src/commands.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/commands.c b/src/commands.c index d2c33d34c..a9ab5f052 100644 --- a/src/commands.c +++ b/src/commands.c @@ -83,6 +83,10 @@ void mod_run_cmd(char *service, User * u, CommandHash * cmdTable[], const char * return; } } + else + { + // Check whether or not access string is empty + } /* XXX: priv checking |