summaryrefslogtreecommitdiff
path: root/ext/icap/php_icap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r--ext/icap/php_icap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c
index 66d0e60248..86dbc76b6c 100644
--- a/ext/icap/php_icap.c
+++ b/ext/icap/php_icap.c
@@ -272,8 +272,10 @@ PHP_FUNCTION(icap_reopen)
flags = options->value.lval;
icap_le_struct->flags = cl_flags;
}
- // icap_stream = cal_connect(calendar->value.str.val);
- // cal_login(icap_stream, calendar->value.str.val);
+ /*
+ icap_stream = cal_connect(calendar->value.str.val);
+ cal_login(icap_stream, calendar->value.str.val);
+ */
if (icap_stream == NULL) {
php_error(E_WARNING,"Couldn't re-open stream\n");
RETURN_FALSE;