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:
Miroslav Kubelik
2014-01-15 08:24:36 +00:00
parent fb5d6c8045
commit f07f0472a0

2
rrd.c
View File

@@ -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;