Commit 3cb4fb8e22d36705da3ea63e29a063640f6ff960

Authored by Georg Hopp
1 parent 69167399

fix return value...the situation should result in a connection close.

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -37,7 +37,7 @@ serverRead(Server this, unsigned int i)
37 37 this->logger,
38 38 LOGGER_INFO,
39 39 "initialization error: NULL reader");
40   - return -1;
  40 + return -2;
41 41 }
42 42
43 43 return streamReaderRead(
... ...
Please register or login to post a comment