]> 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)
commit1aea5e3dd58538cc6bfb55f5d0dd0a7f0b7d3d6a
tree116edd27610c00cd3f625af8a5dd9562cb254d98
parent25c4de0930c91b8b9837fb566fc916245bd875ae
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