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)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 10 Nov 2008 00:40:31 +0000 (11:40 +1100)
commit421c3f3c1cc80c195b47b5de29f01b50aafcb5a2
treec3256b91ee47dc71cec2b1eb31141fc677869654
parent28f044de479dcb8a442dc2f3f2546cea614caf39
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