OSDN Git Service

*** empty log message ***
authorkoinec <>
Mon, 16 Nov 2009 13:50:25 +0000 (13:50 +0000)
committerkoinec <>
Mon, 16 Nov 2009 13:50:25 +0000 (13:50 +0000)
deamon/drd64_marshald_cmd_attach_request.c

index 66ba4c7..c852632 100644 (file)
@@ -112,14 +112,6 @@ int
        if( i_wlen != DRD64_PacketSize(p_phead) )
                { return DRD64_MARSHALD_DISPATCH_RESULT_CLOSE; }        // XXX > error 
 
-       i_wlen  = send( i_fds, (void *)p_phead,
-                                               DRD64_PacketSize(p_phead), 0x00 );
-       DRD64_DEBUG_PRINT("send",i_wlen,"FD",i_fds,"errno",errno);
-
-       if( i_wlen != DRD64_PacketSize(p_phead) )
-               { return DRD64_MARSHALD_DISPATCH_RESULT_CLOSE; }        // XXX > error 
-
-
        DRD64_LOG_DEBUG("  [DEBUG]CMD: Attach Req. (Scn4:RecvBootInfo) Ended");
 
        return DRD64_MARSHALD_DISPATCH_RESULT_COMPLETE;