1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-30 13:18:05 +03:00

uni_svc_name not uni_srv_name

(This used to be commit 14080a564a)
This commit is contained in:
Luke Leighton 1999-01-29 19:20:27 +00:00
parent 6b7e1ead37
commit 206013169c

View File

@ -93,7 +93,7 @@ static void svc_reply_open_service(SVC_Q_OPEN_SERVICE *q_u,
status = 0xC000000 | NT_STATUS_TOO_MANY_SECRETS; /* ha ha very droll */
}
fstrcpy(name, unistr2_to_str(&q_u->uni_srv_name));
fstrcpy(name, unistr2_to_str(&q_u->uni_svc_name));
if (status == 0x0)
{