Commit 85292bb0 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Eliminate a warning, pid is an int.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87681 13f79535-47bb-0310-9956-ffa450edef68
parent 94b468e4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1827,7 +1827,7 @@ void winnt_rewrite_args(process_rec *process)
    char optbuf[3];
    const char *optarg;
    int fixed_args;
    char *pid;
    int pid;
    apr_getopt_t *opt;
    int running_as_service = 1;

@@ -1839,7 +1839,6 @@ void winnt_rewrite_args(process_rec *process)
    if (pid) 
    {
        /* This is the child */
        parent_pid = (DWORD) atol(pid);
        my_pid = GetCurrentProcessId();

        /* The parent is responsible for providing the