git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* socket_perror() "bug"?
@ 2014-03-30 19:32 Thiago Farina
  2014-03-31 20:50 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago Farina @ 2014-03-30 19:32 UTC (permalink / raw)
  To: Git Mailing List

Hi,

In imap-send.c:socket_perror() we pass |func| as a parameter, which I
think it is the name of the function that "called" socket_perror, or
the name of the function which generated an error.

But at line 184 and 187 it always assume it was SSL_connect.

Should we instead call perror() and ssl_socket_error() with func?

--
Thiago Farina

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-04-03 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-30 19:32 socket_perror() "bug"? Thiago Farina
2014-03-31 20:50 ` Junio C Hamano
2014-04-02 23:05   ` Thiago Farina
2014-04-03 19:01     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).