summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-28 08:53:48 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-11-28 08:53:48 +0000
commitc3945f20bac67206d4480716b6086c391147a467 (patch)
treeb0f2f24d912cf1c1c8fd0890c15a3ba683d82c07 /roundcubemail/program
parentca463f7c5d25fc4b95ef6286323a081f71bccd08 (diff)
- re-fix r2095
git-svn-id: https://svn.roundcube.net/trunk@2096 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/lib/imap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/imap.inc b/roundcubemail/program/lib/imap.inc
index f269c2127..6fb60e90a 100644
--- a/roundcubemail/program/lib/imap.inc
+++ b/roundcubemail/program/lib/imap.inc
@@ -586,7 +586,7 @@ function iil_Connect($host, $user, $password) {
$conn->fp = fsockopen($host, $ICL_PORT, $errno, $errstr, 10);
if (!$conn->fp) {
$iil_error = "Could not connect to $host at port $ICL_PORT: $errstr";
- $iil_errornum = -1;
+ $iil_errornum = -2;
return false;
}