diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index 2c048c849..6c000eb60 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -564,7 +564,7 @@ class ServerConfig : public Extensible bool AddIOHook(int port, Module* iomod); bool DelIOHook(int port); Module* GetIOHook(InspSocket* is); - bool AddIOHook(InspSocket* is, Module* iomod); + bool AddIOHook(Module* iomod, InspSocket* is); bool DelIOHook(InspSocket* is); static std::string GetFullProgDir(char** argv, int argc); |