1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r5266: This is a nice typo ;-)

Guenther
This commit is contained in:
Günther Deschner
2005-02-07 22:02:05 +00:00
committed by Gerald (Jerry) Carter
parent 554d1b70e7
commit 77b99c03b8

View File

@@ -64,7 +64,7 @@ static NTSTATUS convert_values(TALLOC_CTX *mem_ctx,
attrs->values[0].data = talloc_steal(mem_ctx, elem->values[0].data);
if (strcasecmp(attrs->name, "objectGUID") == 0 ||
strcasecmp(attrs->name, "invacationID") == 0)
strcasecmp(attrs->name, "invocationID") == 0)
{
struct GUID guid;
DATA_BLOB blob;