summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 65181f6)
raw | patch | inline | side by side (parent: 65181f6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 May 2010 10:01:37 +0000 (10:01 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc
index 3ddcd86f73a9d991e2be8dd9c4e6a5cd0dbe8e33..345243f6595274b52ff8b05cb8956da265d56459 100644 (file)
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;