]> granicus.if.org Git - apache/commitdiff
minor bug in a C example.
authorDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 07:10:23 +0000 (07:10 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 20 Apr 2013 07:10:23 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1470115 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/modguide.xml

index da0b0eb7c13ea592979d1d4b0f1874a64dfea8e6..346c4367cbfe502b8093f689bc05b1bb4ca83603 100644 (file)
@@ -1619,7 +1619,7 @@ static int example_handler(request_rec *r)
     keyValuePair* formData;
     /*~~~~~~~~~~~~~~~~~~~~~~*/
 
-    formData = readPost();
+    formData = readPost(r);
     if (formData) {
         int i;
         for (i = 0; formData[i]; i++) {