On Mon, 2009-08-03 at 12:03 -0400, Sebastien Roy wrote: > On Sat, 2009-08-01 at 09:44 -0400, James Carlson wrote: > > Sebastien Roy wrote: > > 2536: this will do a close even if the open fails, unlike the very > > similar code at 2482. > > ACCEPT
I spoke too soon. This code is correct. If the open fails, dladmerr_exit() exits. We can only reach the dladm_close() if the open succeeded. Changing to REJECT. -Seb