remove any sleeping from the ip.access input code

This commit is contained in:
Harald Welte 2009-05-01 16:00:44 +00:00
parent a994a48635
commit 70f9b3dcf8
1 changed files with 0 additions and 1 deletions

View File

@ -365,7 +365,6 @@ static int handle_ts1_write(struct bsc_fd *bfd)
ret = send(bfd->fd, msg->data, msg->len, 0);
msgb_free(msg);
usleep(100000);
return ret;
}