s3:client: Avoid a possible fd leak in do_get()
authorAndreas Schneider <asn@samba.org>
Thu, 9 Aug 2018 13:58:32 +0000 (15:58 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 10 Aug 2018 23:49:16 +0000 (01:49 +0200)
commit3d32c0263b072e19335eba1451840284409ecb61
tree8eb17461edfcc68f96f4dd7b842258b6d8f0a097
parentd4fb124adfc10de8b7eb1f72b74d7ca83f8415dd
s3:client: Avoid a possible fd leak in do_get()

Found by covscan.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13567

Pair-Programmed-With: Justin Stephenson <jstephen@redhat.com>
Signed-off-by: Andreas Schneider <asn@samba.org>
Signed-off-by: Justin Stephenson <jstephen@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/client.c