]> granicus.if.org Git - php/commitdiff
kill warning
authorThies C. Arntzen <thies@php.net>
Sun, 24 Oct 1999 18:16:16 +0000 (18:16 +0000)
committerThies C. Arntzen <thies@php.net>
Sun, 24 Oct 1999 18:16:16 +0000 (18:16 +0000)
ext/standard/fsock.c

index a5c696e27fd9d29ee4554c2d1d133ec7d73011d1..76737de34cea0cf566d1003cf1609881eeb6ae0e 100644 (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;