mirror of
https://github.com/samba-team/samba.git
synced 2025-11-30 20:23:49 +03:00
Linux kernel oplocks now seem to work, but need a _lot_ of testing
I had to modify sys_select() to not loop on EINTR. I added a wrapper called sys_select_intr() which gives the old behaviour.
This commit is contained in:
@@ -1014,7 +1014,6 @@ static void init_globals(void)
|
||||
string_set(&Globals.szPasswdProgram, PASSWD_PROGRAM);
|
||||
string_set(&Globals.szPrintcapname, PRINTCAP_NAME);
|
||||
string_set(&Globals.szLockDir, LOCKDIR);
|
||||
string_set(&Globals.szRootdir, "/");
|
||||
#ifdef WITH_UTMP
|
||||
string_set(&Globals.szUtmpDir, "");
|
||||
#endif /* WITH_UTMP */
|
||||
|
||||
Reference in New Issue
Block a user