mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Call pidfile_create() as part of init sequence.
(This used to be commit fa05a7de6d
)
This commit is contained in:
parent
50648ac3cc
commit
48c4877194
@ -720,7 +720,10 @@ int main(int argc, char **argv)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
pidfile_create("winbindd");
|
||||
|
||||
/* Setup names. */
|
||||
|
||||
if (!*global_myname) {
|
||||
char *p;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user