mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r1657: fixed the string types of two strings in svcctl.
we still need to fix the handling of subcontexts
This commit is contained in:
parent
8441750fd9
commit
589c5e394c
@ -26,8 +26,8 @@
|
||||
} SERVICE_STATUS;
|
||||
|
||||
typedef struct {
|
||||
unistr *service_name;
|
||||
unistr *display_name;
|
||||
[relative] astring *service_name;
|
||||
[relative] astring *display_name;
|
||||
SERVICE_STATUS status;
|
||||
} ENUM_SERVICE_STATUS;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user