Fix use of wrong union arm in linked_attributes module
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 Oct 2008 02:11:28 +0000 (13:11 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 4 Nov 2008 05:06:56 +0000 (16:06 +1100)
commitadf016e11946a354a140b1c0ed7789160e3af2aa
tree3512fcbd5e0b9b20c219d7178ed930255f24f9f0
parentbe5c79cbeca6e0671e0e210087cf06645be4194e
Fix use of wrong union arm in linked_attributes module

This bug occours frequenetly in ldb users because the union so happens
to be layed out that this works.  However, it is still incorrect
usage...

Andrew Bartlett
source4/dsdb/samdb/ldb_modules/linked_attributes.c