summaryrefslogtreecommitdiffstats
path: root/mutt_socket.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-21 19:25:24 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-21 19:25:24 +0000
commit4f60f24e69acfda2512e84a8f325798efb1062c1 (patch)
treeb28fe68bf90096fa8296daa04365d86e35806dc4 /mutt_socket.c
parent49e7bc452bd17dfb6fa4e0bfa71a2d1dc117f3c7 (diff)
patch-bac.parsepath-2
Diffstat (limited to 'mutt_socket.c')
-rw-r--r--mutt_socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt_socket.c b/mutt_socket.c
index 1379d2b7..fd3e2eb6 100644
--- a/mutt_socket.c
+++ b/mutt_socket.c
@@ -49,7 +49,7 @@ int mutt_socket_open (CONNECTION* conn)
int mutt_socket_close (CONNECTION* conn)
{
- int rc;
+ int rc = -1;
if (conn->fd < 0)
dprint (1, (debugfile, "mutt_socket_close: Attempt to close closed connection.\n"));