mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
This stops some systems from barfing...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
#define DEFAULT_USER "#-1"
|
||||
#endif
|
||||
#ifndef DEFAULT_GROUP
|
||||
#define DEFAULT_GROUP "#-1"
|
||||
#define DEFAULT_GROUP "#"
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user