mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
f83f7bd6bd
Once we do registry access via a pipe into a different process, a registry client won't be able to directly do registry transactions anymore. In this case, I argue that doing this in a transactioned way is overkill anyway. svcctl_init_winreg() just sets up some registry keys, and if that leaves behind some stale entries if it fails somewhere in the middle, it does not really matter because the only one looking at these registry keys is the svcctl service, and that only starts up if the init function was successfully run. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Samuel Cabrero <scabrero@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> |
||
---|---|---|
.. | ||
srv_svcctl_nt.c | ||
srv_svcctl_nt.h | ||
srv_svcctl_reg.c | ||
srv_svcctl_reg.h |