Parent Directory
|
Revision Log
|
Patch
| revision 571798, Sat Sep 1 13:26:27 2007 UTC | revision 586765, Sat Oct 20 17:54:09 2007 UTC | |
|---|---|---|
| # | Line 148 static authn_status authn_dbd_password(r | Line 148 static authn_status authn_dbd_password(r |
| 148 | } | } |
| 149 | j++; | j++; |
| 150 | } | } |
| 151 | apr_table_setn(r->subprocess_env, str, | apr_table_set(r->subprocess_env, str, |
| 152 | apr_dbd_get_entry(dbd->driver, row, i)); | apr_dbd_get_entry(dbd->driver, row, i)); |
| 153 | i++; | i++; |
| 154 | } | } |
| # | Line 232 static authn_status authn_dbd_realm(requ | Line 232 static authn_status authn_dbd_realm(requ |
| 232 | } | } |
| 233 | j++; | j++; |
| 234 | } | } |
| 235 | apr_table_setn(r->subprocess_env, str, | apr_table_set(r->subprocess_env, str, |
| 236 | apr_dbd_get_entry(dbd->driver, row, i)); | apr_dbd_get_entry(dbd->driver, row, i)); |
| 237 | i++; | i++; |
| 238 | } | } |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |