Author: cmpilato
Date: Fri Jan 13 15:19:00 2012
New Revision: 1231123
URL: http://svn.apache.org/viewvc?rev=1231123&view=rev
Log:
Comment tweaks only.
* subversion/libsvn_subr/gpg_agent.c
(password_set_gpg_agent): Note the obvious -- this function does nothing.
Modified:
subversion/trunk/subversion/libsvn_subr/gpg_agent.c
Modified: subversion/trunk/subversion/libsvn_subr/gpg_agent.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/gpg_agent.c?rev=1231123&r1=1231122&r2=1231123&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/gpg_agent.c (original)
+++ subversion/trunk/subversion/libsvn_subr/gpg_agent.c Fri Jan 13 15:19:00 2012
@@ -378,8 +378,9 @@ password_get_gpg_agent(const char **pass
}
-/* Implementation of svn_auth__password_set_t that stores the password in
- GPG Agent. */
+/* Implementation of svn_auth__password_set_t that stores the password
+ in GPG Agent. Except, you know, it doesn't. But if it could,
+ wouldn't *that* be something?! */
static svn_boolean_t
password_set_gpg_agent(apr_hash_t *creds,
const char *realmstring,