Re: Dead code or bug in gpg_agent.c

2012-10-10 Thread Hyrum K Wright
On Tue, Oct 9, 2012 at 4:34 AM, Daniel Shahaf wrote: > Hyrum K Wright wrote on Mon, Oct 08, 2012 at 21:51:02 -0400: >> Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet >> (at around line 325): >> >> [[[ >> /* Send DISPLAY to the gpg-agent daemon. */ >> display = getenv("DI

Re: Dead code or bug in gpg_agent.c

2012-10-09 Thread Daniel Shahaf
Hyrum K Wright wrote on Mon, Oct 08, 2012 at 21:51:02 -0400: > Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet > (at around line 325): > > [[[ > /* Send DISPLAY to the gpg-agent daemon. */ > display = getenv("DISPLAY"); > if (display != NULL) > { > request = a

Dead code or bug in gpg_agent.c

2012-10-08 Thread Hyrum K Wright
Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet (at around line 325): [[[ /* Send DISPLAY to the gpg-agent daemon. */ display = getenv("DISPLAY"); if (display != NULL) { request = apr_psprintf(pool, "OPTION display=%s\n", display); if (!send_option(sd, b