Parent Directory
|
Revision Log
|
Patch
| revision 332306, Thu Nov 10 15:11:44 2005 UTC | revision 344349, Tue Nov 15 10:29:27 2005 UTC | |
|---|---|---|
| # | Line 70 static const char *authn_dbd_prepare(cmd | Line 70 static const char *authn_dbd_prepare(cmd |
| 70 | authn_dbd_prepare_fn(cmd->server, query, label); | authn_dbd_prepare_fn(cmd->server, query, label); |
| 71 | ||
| 72 | /* save the label here for our own use */ | /* save the label here for our own use */ |
| 73 | *(void**)cfg = label; | return ap_set_string_slot(cmd, cfg, label); |
| return NULL; | ||
| 74 | } | } |
| 75 | static const command_rec authn_dbd_cmds[] = | static const command_rec authn_dbd_cmds[] = |
| 76 | { | { |
|
||||||||
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |