'send locked' removed

This commit is contained in:
Ben Gras 2005-08-05 12:55:35 +00:00
parent 53eba5e044
commit ffa9e1a70c

View file

@ -1835,7 +1835,9 @@ int may_block;
if (r == ELOCKED && may_block)
{
#if 0
printf("send locked\n");
#endif
return;
}