vserver 1.9.5.x5
[linux-2.6.git] / arch / um / drivers / port_kern.c
index 4044053..14f66da 100644 (file)
@@ -242,6 +242,7 @@ int port_wait(void *data)
                 * connection.  Then we loop here throwing out failed 
                 * connections until a good one is found.
                 */
+               free_irq_by_irq_and_dev(TELNETD_IRQ, conn);
                free_irq(TELNETD_IRQ, conn);
 
                if(conn->fd >= 0) break;