mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
Initialize variables
This commit is contained in:
@@ -135,8 +135,8 @@ void _php3_snmp(INTERNAL_FUNCTION_PARAMETERS, int st) {
|
||||
long timeout=SNMP_DEFAULT_TIMEOUT;
|
||||
long retries=SNMP_DEFAULT_RETRIES;
|
||||
int myargc = ARG_COUNT(ht);
|
||||
char type;
|
||||
char *value;
|
||||
char type = (char) 0;
|
||||
char *value = (char *) 0;
|
||||
|
||||
switch(st) {
|
||||
case 4:
|
||||
|
||||
Reference in New Issue
Block a user