summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r--ext/snmp/php_snmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h
index e7b3576ee5..81db1130c4 100644
--- a/ext/snmp/php_snmp.h
+++ b/ext/snmp/php_snmp.h
@@ -93,7 +93,7 @@ typedef struct _php_snmp_object {
int enum_print;
int oid_output_format;
int snmp_errno;
- int noOIDIncreasingCheck;
+ int oid_increasing_check;
char snmp_errstr[128];
} php_snmp_object;