layer23: Remove inacucrate comment as this was addresses in osmocom
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 8 Mar 2010 09:59:47 +0000 (10:59 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 8 Mar 2010 11:23:09 +0000 (12:23 +0100)
src/host/layer23/src/main.c

index 7f74945..cfe8b8e 100644 (file)
@@ -77,7 +77,6 @@ static int layer2_read(struct bsc_fd *fd, unsigned int flags)
        }
 
 
-       /* blocking read for the poor... we can starve in here... */
        msg->l1h = msgb_put(msg, len);
        rc = read(fd->fd, msg->l1h, msgb_l1len(msg));
        if (rc != msgb_l1len(msg)) {