The Samba-Bugzilla – Attachment 1847 Details for
Bug 3569
smbd hangs and spins on locking.tdb - requires smbd restart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
re-introduce clearing of TDB_CLEAR_IF_FIRST flag in tdb_reopen_all
tdb-clear-if-first.txt (text/plain), 406 bytes, created by
William Jojo
on 2006-04-06 13:32:12 UTC
(
hide
)
Description:
re-introduce clearing of TDB_CLEAR_IF_FIRST flag in tdb_reopen_all
Filename:
MIME Type:
Creator:
William Jojo
Created:
2006-04-06 13:32:12 UTC
Size:
406 bytes
patch
obsolete
>--- tdb/tdb.c.orig 2006-04-04 09:34:27.000000000 -0400 >+++ tdb/tdb.c 2006-04-04 09:36:05.000000000 -0400 >@@ -2099,6 +2099,8 @@ > TDB_CONTEXT *tdb; > > for (tdb=tdbs; tdb; tdb = tdb->next) { >+ /* Ensure no clear-if-first. */ >+ tdb->flags &= ~TDB_CLEAR_IF_FIRST; > if (tdb_reopen(tdb) != 0) > return -1; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 3569
: 1847 |
1848