Changeset 369


Ignore:
Timestamp:
Oct 30, 2011, 12:42:10 PM (13 years ago)
Author:
katerina
Message:

Fix bug in sh_inotify_read().

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_inotify.c

    r367 r369  
    217217
    218218  do {
    219     len = read (ifd, &buffer, count);
     219    len = read (ifd, buffer, count);
    220220  } while (len < 0 || errno == EINTR);
    221221
  • trunk/test/testrun_2.sh

    r51 r369  
    254254        [ -z "$verbose" ] || {
    255255            echo;
    256             echo "${S}Start Server${E}: ./yule -p none &";
     256            echo "${S}Start Server${E}: ./yule -p none -e none &";
    257257            echo;
    258258        }
     
    267267        [ -z "$verbose" ] || {
    268268            echo;
    269             echo "${S}Start Client${E}: ./samhain.new -l none -p none -t check";
     269            echo "${S}Start Client${E}: ./samhain.new -t check -p none -l none --forever --bind-address=127.0.0.1 &";
    270270            echo;
    271271        }
     
    290290            set -m
    291291        fi
    292 
    293292
    294293        kill $PROC_Y
Note: See TracChangeset for help on using the changeset viewer.