Index: trunk/src/sh_inotify.c
===================================================================
--- trunk/src/sh_inotify.c	(revision 368)
+++ trunk/src/sh_inotify.c	(revision 369)
@@ -217,5 +217,5 @@
 
   do {
-    len = read (ifd, &buffer, count);
+    len = read (ifd, buffer, count);
   } while (len < 0 || errno == EINTR);
 
Index: trunk/test/testrun_2.sh
===================================================================
--- trunk/test/testrun_2.sh	(revision 368)
+++ trunk/test/testrun_2.sh	(revision 369)
@@ -254,5 +254,5 @@
 	[ -z "$verbose" ] || { 
 	    echo; 
-	    echo "${S}Start Server${E}: ./yule -p none &"; 
+	    echo "${S}Start Server${E}: ./yule -p none -e none &"; 
 	    echo; 
 	}
@@ -267,5 +267,5 @@
 	[ -z "$verbose" ] || { 
 	    echo; 
-	    echo "${S}Start Client${E}: ./samhain.new -l none -p none -t check"; 
+	    echo "${S}Start Client${E}: ./samhain.new -t check -p none -l none --forever --bind-address=127.0.0.1 &"; 
 	    echo; 
 	}
@@ -290,5 +290,4 @@
 	    set -m
 	fi
-
 
 	kill $PROC_Y
