You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2010/02/09 19:25:29 UTC

svn commit: r908144 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c

Author: trawick
Date: Tue Feb  9 18:25:27 2010
New Revision: 908144

URL: http://svn.apache.org/viewvc?rev=908144&view=rev
Log:
fix Win compile failure from r905820 by zapping a
couple of lines that were removed from the Unix flavor
of this code

Modified:
    httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c

Modified: httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c?rev=908144&r1=908143&r2=908144&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c (original)
+++ httpd/mod_fcgid/trunk/modules/fcgid/fcgid_pm_win.c Tue Feb  9 18:25:27 2010
@@ -134,8 +134,6 @@
 
     apr_cpystrn(command->cgipath, cmd_conf->cgipath, _POSIX_PATH_MAX);
     apr_cpystrn(command->cmdline, cmd_conf->cmdline, _POSIX_PATH_MAX);
-    command->deviceid = deviceid;
-    command->inode = inode;
     command->uid = (uid_t) - 1;
     command->gid = (gid_t) - 1;
     command->userdir = 0;