From ae2de8f6b6b293ed772ab28489eaa8738b850345 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 12 Jan 2006 10:29:15 +0000 Subject: [PATCH] Removed additional slash git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2458 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_sieve.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_sieve.inc b/include/class_sieve.inc index a2b62a379..fe119ee94 100644 --- a/include/class_sieve.inc +++ b/include/class_sieve.inc @@ -484,7 +484,7 @@ class sieve $auth=base64_encode("$this->user\0$this->auth\0$this->pass"); $this->len=strlen($auth); - fputs($this->fp, "AUTHENTICATE \"PLAIN\" \{$this->len+}\r\n"); + fputs($this->fp, "AUTHENTICATE \"PLAIN\" {$this->len+}\r\n"); fputs($this->fp, "$auth\r\n"); $this->line=fgets($this->fp,1024); -- 2.30.2