[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
Chris Bongaarts [Thu, 26 Apr 2001 17:10:31 +0000 (12:10 -0500)]
Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>

p4raw-id: //depot/perl@9869

ext/Sys/Syslog/Syslog.xs

index 31c0e84..588372e 100644 (file)
@@ -106,7 +106,7 @@ not_there:
 static double
 constant_LOG_AU(char *name, int len)
 {
-    if (6 + 2 >= len ) {
+    if (6 + 2 > len ) {
        errno = EINVAL;
        return 0;
     }