Bug 613601 - buglet in dup_close_on_exec_fd()
authorRyan Lortie <desrt@desrt.ca>
Mon, 22 Mar 2010 16:59:08 +0000 (11:59 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 22 Mar 2010 17:03:24 +0000 (12:03 -0500)
commitace9a25fb39781a01a78c8e9aa1c58a51224e8b8
treed52831fea19c411cc01ad1bbbfa78452df410e14
parent440713e393cf99e29f716f5f634d4bc4ce0e281c
Bug 613601 - buglet in dup_close_on_exec_fd()

Fix copy/paste error and 'or' FD_CLOEXEC into the existing flags instead
of just setting it outright.
gio/gunixfdlist.c