1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r9201: Ouch.... :-(

(This used to be commit c78760d71e)
This commit is contained in:
Volker Lendecke 2005-08-07 21:34:55 +00:00 committed by Gerald (Jerry) Carter
parent 3fb3361266
commit a389bf7ae5

View File

@ -802,7 +802,7 @@ DATA_BLOB strhex_to_data_blob(TALLOC_CTX *mem_ctx, const char *strhex)
if (mem_ctx != NULL)
ret_blob = data_blob_talloc(mem_ctx, NULL, strlen(strhex)/2+1);
else
data_blob(NULL, strlen(strhex)/2+1);
ret_blob = data_blob(NULL, strlen(strhex)/2+1);
ret_blob.length = strhex_to_str((char*)ret_blob.data,
strlen(strhex),