From: Kern Sibbald Date: Wed, 2 Apr 2008 08:45:31 +0000 (+0000) Subject: kes Modify run_program() and run_program_full_output() to use X-Git-Tag: Release-3.0.0~1625 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2e35035ab799520d7b8fd04cdbbcb73afca02dc;p=bacula%2Fdocs kes Modify run_program() and run_program_full_output() to use call by reference for the results string. This corrects a long standing problem where the address of the string may be changed in the subroutine but not in the calling program. ---