summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 60b7521)
raw | patch | inline | side by side (parent: 60b7521)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Oct 2013 17:07:17 +0000 (19:07 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Oct 2013 17:07:17 +0000 (19:07 +0200) |
src/frontend/sock.c | patch | blob | history |
diff --git a/src/frontend/sock.c b/src/frontend/sock.c
index d157853bb64bc4b7489af9beb8c12dff5ab0e853..be69f0ade8832c9076e301da44078cafb1c3fcf0 100644 (file)
--- a/src/frontend/sock.c
+++ b/src/frontend/sock.c
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 {