Add a new function to parse a DATA_BLOB into a GUID
authorAndrew Bartlett <abartlet@samba.org>
Mon, 10 Nov 2008 00:40:31 +0000 (11:40 +1100)
committerStefan Metzmacher <metze@samba.org>
Sun, 16 Nov 2008 15:24:33 +0000 (16:24 +0100)
commit536de25faef82611e61b12126d432368badeed65
treef809e4e12b2448780ef8ffb49a85c534ea2e2b92
parent8c2c62c5eaf7c6adc445950f4917208dc4bced87
Add a new function to parse a DATA_BLOB into a GUID

The reason for this new function is to ensure the length is not
discarded when the input is a ldb_val (aka DATA_BLOB) in ldb.

Andrew Bartlett
librpc/ndr/libndr.h
librpc/ndr/uuid.c