diff src/remote.c @ 371:7997b6704fdb

this might fix the freezes on freebsd, solaris, etc.
author nadvornik
date Tue, 15 Apr 2008 18:34:24 +0000
parents 9995c5fb202a
children 4b2d7f9af171
line wrap: on
line diff
--- a/src/remote.c	Tue Apr 15 16:57:30 2008 +0000
+++ b/src/remote.c	Tue Apr 15 18:34:24 2008 +0000
@@ -265,6 +265,9 @@
 	rc->fd = fd;
 	rc->path = g_strdup(path);
 
+	/* this might fix the freezes on freebsd, solaris, etc. - completely untested */
+	remote_client_send(rc, "\n"); 
+
 	return rc;
 }