]> git.sur5r.net Git - bacula/rescue/commit
kes Modify run_program() and run_program_full_output() to use
authorKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2008 08:45:31 +0000 (08:45 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2008 08:45:31 +0000 (08:45 +0000)
commit0d3f11da1391c555d48081b6d0d6623b4f0b952b
treed3ef711f786c27779938a895cd80255699082d69
parentf910515e68650b4f3e7cdb89cc25414776c2d35c
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.