summaryrefslogtreecommitdiffstats
path: root/src/rccexternal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rccexternal.c')
-rw-r--r--src/rccexternal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rccexternal.c b/src/rccexternal.c
index 16b3667..4a09948 100644
--- a/src/rccexternal.c
+++ b/src/rccexternal.c
@@ -153,7 +153,7 @@ int rccExternalConnect(unsigned char module) {
fd_set fdcon;
if (pid == (pid_t)-1) return -1;
-
+
sock = socket(PF_UNIX, SOCK_STREAM, 0);
if (sock<=0) return -1;