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

--- httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c	2007/09/01 13:26:27	571798
+++ httpd/httpd/trunk/modules/aaa/mod_authn_dbd.c	2007/10/20 17:54:09	586765
@@ -148,8 +148,8 @@
                     }
                     j++;
                 }
-                apr_table_setn(r->subprocess_env, str,
-                               apr_dbd_get_entry(dbd->driver, row, i));
+                apr_table_set(r->subprocess_env, str,
+                              apr_dbd_get_entry(dbd->driver, row, i));
                 i++;
             }
 #endif
@@ -232,8 +232,8 @@
                     }
                     j++;
                 }
-                apr_table_setn(r->subprocess_env, str,
-                               apr_dbd_get_entry(dbd->driver, row, i));
+                apr_table_set(r->subprocess_env, str,
+                              apr_dbd_get_entry(dbd->driver, row, i));
                 i++;
             }
 #endif

 

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2