]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.c
release 0.2.3
[mod-vhost-ldap.git] / mod_vhost_ldap.c
index d3faf6b7d63c11a3554f2cd46ca7e0c810c37af6..b1e57b6e433f53ea9df4299546145d7154f1de17 100644 (file)
@@ -491,7 +491,7 @@ static ap_unix_identity_t *mod_vhost_ldap_get_suexec_id_doer(const request_rec *
   uid = (uid_t)atoll(req->uid);
   gid = (gid_t)atoll(req->gid);
 
-  if ((uid <= MIN_UID)||(gid <= MIN_GID)) {
+  if ((uid < MIN_UID)||(gid < MIN_GID)) {
       return NULL;
   }
 
This page took 0.046006 seconds and 4 git commands to generate.