1
0
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:
Sascha Schumann
1999-12-12 11:02:07 +00:00
parent 0233d7cf82
commit ecb6e75add

View File

@@ -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: