summaryrefslogtreecommitdiffhomepage
path: root/src/port/ntapi_port_name_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/ntapi_port_name_helper.c')
-rw-r--r--src/port/ntapi_port_name_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c
index ef87570..d8d5810 100644
--- a/src/port/ntapi_port_name_helper.c
+++ b/src/port/ntapi_port_name_helper.c
@@ -139,7 +139,7 @@ void __stdcall __ntapi_tt_port_name_from_attributes(
sizeof(name->svc_prefix));
/* port guid */
- __ntapi->tt_guid_to_utf16_string(
+ __ntapi->tt_guid_to_string_utf16(
&attr->guid,
(nt_guid_str_utf16 *)&name->port_guid);