]> granicus.if.org Git - php/commitdiff
Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT
authorDan Kalowsky <kalowsky@php.net>
Fri, 16 Aug 2002 16:56:55 +0000 (16:56 +0000)
committerDan Kalowsky <kalowsky@php.net>
Fri, 16 Aug 2002 16:56:55 +0000 (16:56 +0000)
ext/imap/php_imap.c

index 0298e3e2be361a3e0b4db216b81cf3ca60fa6bf0..49e058396d53158ca80eb1c01b416d12b8966cf9 100644 (file)
@@ -584,6 +584,7 @@ PHP_MINIT_FUNCTION(imap)
 
     le_imap = zend_register_list_destructors_ex(mail_close_it, NULL, "imap", module_number);
 
+       return SUCCESS;
 }
 /* }}} */