1
0
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:
Tim Potter 2002-01-22 00:35:05 +00:00
parent 50648ac3cc
commit 48c4877194

View File

@ -720,7 +720,10 @@ int main(int argc, char **argv)
exit(1);
}
pidfile_create("winbindd");
/* Setup names. */
if (!*global_myname) {
char *p;