Fix a file descriptor leak in add_port_hook
authorVolker Lendecke <vl@samba.org>
Sat, 28 Jun 2008 14:09:34 +0000 (16:09 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 28 Jun 2008 14:10:50 +0000 (16:10 +0200)
commit7b3541f39bda595631188787fca989365478ef33
tree669fff0203dfe6e66c2e78911a0cbf9c904d5adb
parent893e3522fc9a9cb1ef677ce1232525f51a8cc95e
Fix a file descriptor leak in add_port_hook

This was probably cut&paste from add_printer_hook which further down has the
unconditional close(fd). In add_port_hook() we're not interested in the output
of 'addport command', so don't create the out fd.
(cherry picked from commit 0c5ca2127ac6e3c71e369242376d27429c3aee5e)
(This used to be commit 9fe09398b79ae7c5e78182112a8cd2c9b5f99ad3)
source3/rpc_server/srv_spoolss_nt.c