Re: svn commit: rev 4530 - in trunk/subversion: include libsvn_auth
From: <gstein_at_lyra.org>
Date: 2003-01-24 02:41:10 CET
On Thu, Jan 23, 2003 at 12:28:33PM -0600, sussman@tigris.org wrote:
You can simplify the allocations and whatnot by storing provider_t
Therefore:
...
table-providers = apr_array_make (auth_baton-pool, 1,
+ apr_hash_set (auth_baton-tables, vtable-cred_kind, APR_HASH_KEY_STRING,
prov = (provider_t *)apr_array_push (table-providers);
[ note: the cast above is superfluous since apr_array_push returns void*; I
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 14 02:11:05 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.