]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix a comparison with ENOENT which was accidently broken during
authorJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 12:01:38 +0000 (12:01 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 12 Dec 2000 12:01:38 +0000 (12:01 +0000)
commitca4c6afa608f62812f0b0db0b11daa23c29893ad
tree116edd27610c00cd3f625af8a5dd9562cb254d98
parent9a32d237832f0cb4ba2143f267f5e402f6a64920
Fix a comparison with ENOENT which was accidently broken during
the canonical error cleanup.

We wish to avoid reporting the boring error where we try to unlink
a socket which doesn't already exist.  We only want to report
interesting stuff.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87298 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_cgid.c