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:
committed by
Gerald (Jerry) Carter
parent
554d1b70e7
commit
77b99c03b8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user