cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: PATH_MAX

From: Colin Hogben <curl_at_pythontech.co.uk>
Date: Tue, 19 Jun 2007 13:49:18 +0100

James Housley wrote:
> Here is what I have come up with. It passes all tests and looks right
> to me, but I would like another set of eyes this close to release.

> + if (sshc->rsa_pub && sshc->rsa_pub) {
is surely wrong. Perhaps you mean

       if (sshc->rsa && sshc->rsa_pub) {

-- 
Colin Hogben
Received on 2007-06-19