]> granicus.if.org Git - php/commitdiff
Don't forget to init a variable.
authorIlia Alshanetsky <iliaa@php.net>
Fri, 31 Dec 2004 03:16:50 +0000 (03:16 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Fri, 31 Dec 2004 03:16:50 +0000 (03:16 +0000)
ext/crack/crack.c

index e16e1c14ac3664b4911bf67a53532034830d49a1..f8f7eb2d016a1961fb6498e26cde37d46dcb04a4 100644 (file)
@@ -230,6 +230,7 @@ ZEND_FUNCTION(crack_check)
                        if (zend_get_parameters_ex(2, &dictionary, &password) == FAILURE) {
                                RETURN_FALSE;
                        }
+                       id = Z_LVAL_PP(dictionary);
                        break;
                default:
                        WRONG_PARAM_COUNT;