summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2017-12-23 00:05:11 +0000
committermidipix <writeonce@midipix.org>2017-12-25 08:25:00 -0500
commit20527e404356aff1fd4fb6501c6859a5cbbb4348 (patch)
tree409c0185446d045ee5310c6d9e6990912fcc46de /src
parent112cac7e8477bcb6f0432a0575c67d70d250eaa1 (diff)
downloadntapi-20527e404356aff1fd4fb6501c6859a5cbbb4348.tar.bz2
ntapi-20527e404356aff1fd4fb6501c6859a5cbbb4348.tar.xz
framework: port guids: replaced NT_PORT_GUID_SYMLNK with NT_PORT_GUID_BRIDGE.
Diffstat (limited to 'src')
-rw-r--r--src/port/ntapi_port_name_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/port/ntapi_port_name_helper.c b/src/port/ntapi_port_name_helper.c
index 3ade3e1..b4f0065 100644
--- a/src/port/ntapi_port_name_helper.c
+++ b/src/port/ntapi_port_name_helper.c
@@ -18,7 +18,7 @@ static const __port_service_prefix __port_service_prefixes[NT_PORT_TYPE_CAP][NT_
{{'n','t','c','t','t','y'}},
{{'v','m','o','u','n','t'}},
{{'d','a','e','m','o','n'}},
- {{'s','y','m','l','n','k'}},
+ {{'b','r','i','d','g','e'}},
{{'n','t','p','r','o','c'}},
{{'s','e','m','c','t','l'}},
{{'s','e','m','s','v','c'}},
@@ -30,7 +30,7 @@ static const nt_guid __port_guids[NT_PORT_TYPE_CAP][NT_PORT_SUBTYPE_CAP] = {
{NT_PORT_GUID_SUBSYSTEM},
{NT_PORT_GUID_VMOUNT},
{NT_PORT_GUID_DAEMON},
- {NT_PORT_GUID_SYMLNK},
+ {NT_PORT_GUID_BRIDGE},
{NT_PORT_GUID_NTPROC},
{NT_PORT_GUID_SEMCTL},
{NT_PORT_GUID_SEMSVC},