]> git.pld-linux.org Git - packages/cgiwrap.git/commitdiff
- updated
authorshadzik <shadzik@pld-linux.org>
Wed, 21 Apr 2010 14:27:14 +0000 (14:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cgiwrap-phprc.patch -> 1.2

cgiwrap-phprc.patch

index 684a9705c42f420fca2066339936e6dd0d15ac80..a91968b84067790773dbbe1ccc8ef1103b015009 100644 (file)
@@ -1,5 +1,5 @@
---- fetch.c    2009-10-13 03:28:00.734065077 +0200
-+++ fetch.c-new        2009-10-13 03:28:17.407378494 +0200
+--- fetch.c.orig       2010-04-21 16:22:19.904682203 +0200
++++ fetch.c    2010-04-21 16:24:39.937167976 +0200
 @@ -30,10 +30,13 @@
        char *pathInfoString;
        char *queryString;
@@ -17,7 +17,7 @@
 @@ -44,6 +47,11 @@
                        DEBUG_Msg("Trying to extract user from PATH_TRANSLATED.");
  
-                       userStr = GetPathComponent(1, pathInfoString);
+                       userStr = GetPathComponents(1, pathInfoString);
 +                      phprc = (char *)malloc((strlen(phpdir) + strlen(userStr) + 1) *sizeof(char));
 +                      strcpy (phprc , phpdir);
 +                      strcat (phprc , userStr);
This page took 0.048906 seconds and 4 git commands to generate.