Masato Taruishi
taru****@sourc*****
2004年 7月 16日 (金) 18:39:32 JST
=================================================================== RCS file: ultrapossum/module/server/fetchldif,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ultrapossum/module/server/fetchldif 2004/07/03 11:26:33 1.3 +++ ultrapossum/module/server/fetchldif 2004/07/16 09:39:32 1.4 @@ -12,7 +12,7 @@ host=`getvalue $tmp HOST` slapd_major_version=`getvalue $tmp SLAPD_MAJOR_VERSION` -if ! include "$host" $SLAVES; then +if ! include "$host" "$SLAVES"; then echo "E: No such slave: $host" 1>&2 exit 1 fi