r17676: Fix printing bug found by kukks. Don't copy a return
authorJeremy Allison <jra@samba.org>
Mon, 21 Aug 2006 23:30:39 +0000 (23:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:38:46 +0000 (11:38 -0500)
commit23535f7d49d455042f60c1123bade66bbbf592f8
tree79f900b3693df877f95585e2b3dd8e6dad02b5a9
parent4a6a574eb4d938a168b987188734cf7082c3187b
r17676: Fix printing bug found by kukks. Don't copy a return
value into an auto on the stack that gets removed when
we return from the frame :-).
Jeremy.
(This used to be commit 85bf8a16116e5eb9d4400e809531737d45890abb)
source3/smbd/open.c