Code

Fixed error warning
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 10:01:37 +0000 (10:01 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 10:01:37 +0000 (10:01 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18549 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc

index 3ddcd86f73a9d991e2be8dd9c4e6a5cd0dbe8e33..345243f6595274b52ff8b05cb8956da265d56459 100644 (file)
@@ -24,7 +24,7 @@ class commandVerifier
                     1 => array('pipe', 'w'),
                     2 => array('pipe', 'w'));
             $process = proc_open($this->command, $descriptorSpec, $pipes);
-            $txOff = 0; $txLen = strlen($stdin);
+            $txOff = 0; $txLen = 0;
 
             $stdout = ''; $stdoutDone = FALSE;
             $stderr = ''; $stderrDone = FALSE;