- Uncomment some SYN handling code
[reactos.git] / reactos / lib / drivers / oskittcp / oskittcp / ip_output.c
index 709b6b1..13d5cc3 100644 (file)
@@ -301,7 +301,7 @@ ip_output(m0, opt, ro, flags, imo)
        }
 #endif
 
-#ifndef notdef
+#ifdef __REACTOS__
        /*
         * If source address not specified yet, use address
         * of outgoing interface.
@@ -522,7 +522,6 @@ sendorfree:
            error = OtcpEvent.PacketSend( OtcpEvent.ClientData,
                                          (OSK_PCHAR)new_m->m_data, new_m->m_len );
            m_free( new_m );
-           goto done;
        }
 
        OS_DbgPrint(OSK_MID_TRACE,("Error from upper layer: %d\n", error));