Commit bd4503dd authored by Seblu's avatar Seblu
Browse files

Fix compil with error

parent 0437d116
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -323,7 +323,8 @@ void Connection::send(const char* buf, size_t len) {
 * Receive raw data
 */
char *Connection::recv(size_t size) {
  assert(size == size + 1);
  abort();
  size = size + 1;
  return 0;
}