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

(-)a/coolkey-1.1.0/src/coolkey/slot.cpp (-2 / +1 lines)
Lines 2193-2199 Slot::readCACCertificateFirst(CKYBuffer *cert, CKYSize *nextSize, Link Here
2193
	    handleConnectionError();
2193
	    handleConnectionError();
2194
	}
2194
	}
2195
        
2195
        
2196
        if(CKYBuffer_Size(cert) == 0) {
2196
        if(throwException && CKYBuffer_Size(cert) == 0) {
2197
            handleConnectionError();
2197
            handleConnectionError();
2198
        }
2198
        }
2199
	return status;
2199
	return status;
2200
- 

Return to bug 403545