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-5.0.3~2081 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0d3f11da1391c555d48081b6d0d6623b4f0b952b;p=bacula%2Frescue 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. ---