You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/12/19 23:30:34 UTC

DO NOT REPLY [Bug 46421] module mod_authz_dbd - doesn't work when multiple groups are returned

https://issues.apache.org/bugzilla/show_bug.cgi?id=46421





--- Comment #1 from SteveW <st...@gmail.com>  2008-12-19 14:30:34 PST ---
I see a couple typos in my submission.  The code should read:

if (rv == 0) {
   group = apr_array_push(groups);
   *tstring = apr_dbd_get_entry(dbd->driver, row, 0);
   *group = apr_pcalloc(r->pool, strlen(*tstring) + 1);
   strcpy(*group, *tstring);
   *group = apr_dbd_get_entry(dbd->driver, row, 0);
}


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org