/[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 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              }              }

Legend:
Removed from v.571798  
changed lines
  Added in v.586765

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2