Commented out a debug assert in dcb.c:917

This commit is contained in:
Markus Makela
2014-12-23 17:40:22 +02:00
parent ff5fe23ce6
commit a1d7ccac2f

View File

@ -914,7 +914,7 @@ int below_water;
dcb,
STRDCBSTATE(dcb->state),
dcb->fd)));
ss_dassert(false);
//ss_dassert(false);
return 0;
}