--- 6a8e1384e7bd09b6441ef6a27eaed5c497f31061 +++ b3065b8b24568674ae7b5c64504f6d9a5e3ca360 @@ -635,7 +635,6 @@ void gigaset_if_receive(struct cardstate if ((tty = cs->tty) == NULL) gig_dbg(DEBUG_ANY, "receive on closed device"); else { - tty_buffer_request_room(tty, len); tty_insert_flip_string(tty, buffer, len); tty_flip_buffer_push(tty); }