/[Apache-SVN]/httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c
ViewVC logotype

Diff of /httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  {  {

Legend:
Removed from v.332306  
changed lines
  Added in v.344349

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2