mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r14329: Fix the build on systems without libcom_err.
Guenther
(This used to be commit 44fcd3113b
)
This commit is contained in:
parent
fe9ddcace9
commit
0be0bc1151
@ -576,13 +576,13 @@ static void child_msg_online(int msg_type, struct process_id src, void *buf, siz
|
||||
ret = nscd_flush_cache("passwd");
|
||||
if (ret) {
|
||||
DEBUG(5,("failed to flush nscd cache for 'passwd' service: %s\n",
|
||||
error_message(ret)));
|
||||
strerror(ret)));
|
||||
}
|
||||
|
||||
ret = nscd_flush_cache("group");
|
||||
if (ret) {
|
||||
DEBUG(5,("failed to flush nscd cache for 'group' service: %s\n",
|
||||
error_message(ret)));
|
||||
strerror(ret)));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user