diff --git a/mdstcpip/mdsip_server b/mdstcpip/mdsip_server index a486bed83b..e828d5dce0 100755 --- a/mdstcpip/mdsip_server +++ b/mdstcpip/mdsip_server @@ -38,7 +38,7 @@ fi mkdir -p $2 if (test "$4" = "") then - exec $MDSPLUS_DIR/bin/mdsip -s -p $1 -h ${3:-/etc/mdsip.hosts} -c 9 >> $2/access 2>> $2/errors + exec $MDSPLUS_DIR/bin/mdsip -s -p $1 -h ${3:-/etc/mdsip.hosts} -c 0 >> $2/access 2>> $2/errors else - /usr/sbin/chroot $4 $MDSPLUS_DIR/bin/mdsip -s -p $1 -h ${3:-/etc/mdsip.hosts} -c 9 >> $2/access 2>> $2/errors + /usr/sbin/chroot $4 $MDSPLUS_DIR/bin/mdsip -s -p $1 -h ${3:-/etc/mdsip.hosts} -c 0 >> $2/access 2>> $2/errors fi