diff options
| author | 2021-03-31 10:38:54 +0100 | |
|---|---|---|
| committer | 2021-03-31 10:51:51 +0100 | |
| commit | 952ee5cc603a5231348b8cfab18ee85a097f5394 (patch) | |
| tree | af56b96d229f931ace18fcf69a35614b5921e289 /include/socketengine.h | |
| parent | Add support for matching multiple hosts in <connect:{allow,deny}>. (diff) | |
Fix various documentation comments.
Diffstat (limited to 'include/socketengine.h')
| -rw-r--r-- | include/socketengine.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 26d31c168..d8d5e406d 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -326,8 +326,6 @@ public: * failure (for example, you try and enable * epoll on a 2.4 linux kernel) then this * function may bail back to the shell. - * @return void, but it is acceptable for this function to bail back to - * the shell or operating system on fatal error. */ static void Init(); @@ -556,8 +554,6 @@ public: * allows for the socket engine to re-create its handle * after the daemon forks as the socket engine is created * long BEFORE the daemon forks. - * @return void, but it is acceptable for this function to bail back to - * the shell or operating system on fatal error. */ static void RecoverFromFork(); |
