librpc: Avoid talloc in GUID_from_data_blob()
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Jun 2016 03:54:06 +0000 (15:54 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 26 Jun 2016 22:18:17 +0000 (00:18 +0200)
commit4304eac85437d72f4aed36fc7797004cd97fbc9a
treefb44358be19e2629d7cd022e70060225a07547b0
parentf5ca34e6e813a5b92ea084995ffc0ebb3c8b1368
librpc: Avoid talloc in GUID_from_data_blob()

This is often found in inner loops in the dsdb code, because LDB DNs often contain a GUID string

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
librpc/ndr/uuid.c