]> granicus.if.org Git - php/commitdiff
Fix typo
authorFelipe Pena <felipe@php.net>
Thu, 21 Feb 2008 02:39:43 +0000 (02:39 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 21 Feb 2008 02:39:43 +0000 (02:39 +0000)
ext/sockets/sockets.c

index 124595185fd4d92afd90c4080cc93d330787076e..bd1d74be586029653ce2ee6296fa37805ca8f681 100644 (file)
@@ -585,7 +585,7 @@ static int php_sock_array_from_fd_set(zval *sock_array, fd_set *fds TSRMLS_DC) /
        php_socket      *php_sock;
        HashTable       *new_hash;
        char            *key;
-       int                     num;
+       int                     num = 0;
        ulong       num_key;
        uint            key_len;