Skip to content

Commit

Permalink
Fix procid assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 1, 2014
1 parent 4052ed6 commit c199de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ActiveSync/lib/Horde/ActiveSync.php
Expand Up @@ -462,7 +462,7 @@ public function __construct(
$this->_encoder = $encoder;
$this->_decoder = $decoder;

$this->_procid = $this->_procid;
$this->_procid = getmypid();
}

/**
Expand Down

0 comments on commit c199de3

Please sign in to comment.