From 3b547450e5ee6d7bd93f28b44e751ee43936c909 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 3 Jan 2018 13:36:52 +0100 Subject: Remove some dead code --- src/sp_cookie_encryption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_cookie_encryption.c') diff --git a/src/sp_cookie_encryption.c b/src/sp_cookie_encryption.c index 6abc20a..42cac85 100644 --- a/src/sp_cookie_encryption.c +++ b/src/sp_cookie_encryption.c @@ -151,7 +151,7 @@ static zend_string *encrypt_data(char *data, unsigned long long data_len) { if (0 == nonce_d) { /* A zend_long should be enough to avoid collisions */ if (php_random_int_throw(0, ZEND_LONG_MAX, &nonce_d) == FAILURE) { - return NULL; + return NULL; // LCOV_EXCL_LINE } } nonce_d++; -- cgit v1.3