1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 13:43:02 +02:00

kill warning

This commit is contained in:
Thies C. Arntzen
1999-10-24 18:16:16 +00:00
parent 6581d11cea
commit 31b1a8fc7f

View File

@@ -237,7 +237,7 @@ static void _php3_fsockopen(INTERNAL_FUNCTION_PARAMETERS, int persistent) {
pval *args[5];
int *sock=emalloc(sizeof(int));
int *sockp;
int id, arg_count=ARG_COUNT(ht);
int arg_count=ARG_COUNT(ht);
int socketd = -1;
struct timeval timeout = { 60, 0 };
unsigned short portno;