Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119862
Collapse All | Expand All

(-)upnpsdk-1.0.4.orig/src/genlib/miniserver/miniserver.cpp (-1 / +1 lines)
Lines 838-844 Link Here
838
        while ( true )
838
        while ( true )
839
        {
839
        {
840
            int connectfd;
840
            int connectfd;
841
            socklen_t clientLen;
841
            socklen_t clientLen=sizeof(sockaddr);
842
            
842
            
843
            DBG(
843
            DBG(
844
                UpnpPrintf( UPNP_INFO, MSERV, __FILE__, __LINE__,
844
                UpnpPrintf( UPNP_INFO, MSERV, __FILE__, __LINE__,

Return to bug 119862