]> git.sur5r.net Git - bacula/docs/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)
commitc2e35035ab799520d7b8fd04cdbbcb73afca02dc
treea77a338a403c1bce2819f20523208a62f11b031a
parentde55ab827bfabc1523c3cd8fb3439b15c848976f
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.