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





--- Comment #1 from SteveW <[email protected]>  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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to