diff options
Diffstat (limited to 'ext/crack/crack.c')
-rw-r--r-- | ext/crack/crack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/crack/crack.c b/ext/crack/crack.c index f261381022..990ad2933c 100644 --- a/ext/crack/crack.c +++ b/ext/crack/crack.c @@ -65,7 +65,6 @@ long _crack_open_dict(char *dictpath TSRMLS_DC) { PWDICT *pwdict; long resource; - TSRMLS_FETCH(); if (CRACKG(current_id) != -1) { zend_error(E_WARNING, "Can not use more than one open dictionary with this implementation of libcrack"); |