Code

socket frontend: Don't use UTF-8 in comments ;-)
authorSebastian Harl <sh@tokkee.org>
Fri, 25 Oct 2013 17:07:17 +0000 (19:07 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 25 Oct 2013 17:07:17 +0000 (19:07 +0200)
src/frontend/sock.c

index d157853bb64bc4b7489af9beb8c12dff5ab0e853..be69f0ade8832c9076e301da44078cafb1c3fcf0 100644 (file)
@@ -366,7 +366,7 @@ connection_handler(void *data)
 
                status = connection_read(conn->conn.fd);
                if (status <= 0) {
-                       /* error or EOF  close connection */
+                       /* error or EOF -> close connection */
                        sdb_object_deref(SDB_OBJ(conn));
                }
                else {