mirror of
https://github.com/php-win-ext/pecl-processing-rrd.git
synced 2026-03-24 00:52:13 +01:00
small change - compiler condition before comment
git-svn-id: http://svn.php.net/repository/pecl/rrd/trunk@332622 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
2
rrd.c
2
rrd.c
@@ -612,8 +612,8 @@ static PHP_MINFO_FUNCTION(rrd)
|
||||
/* {{{ PHP_MSHUTDOWN_FUNCTION */
|
||||
static PHP_MSHUTDOWN_FUNCTION(rrd)
|
||||
{
|
||||
/* ensure that any connection to rrd cache deamon will be closed */
|
||||
#ifdef HAVE_RRDC_DISCONNECT
|
||||
/* ensure that any connection to rrd cache deamon will be closed */
|
||||
rrdc_disconnect();
|
||||
#endif
|
||||
return SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user