From: Luke Leighton Date: Fri, 29 Jan 1999 19:20:27 +0000 (+0000) Subject: uni_svc_name not uni_srv_name X-Git-Tag: samba-2.2.5pre1~4840 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=14080a564a24f8f35cb8711b912c46f7243cd723 uni_svc_name not uni_srv_name --- diff --git a/source/rpc_server/srv_svcctl.c b/source/rpc_server/srv_svcctl.c index 6e8841f18a4..6a39b246d01 100644 --- a/source/rpc_server/srv_svcctl.c +++ b/source/rpc_server/srv_svcctl.c @@ -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) {