The Samba-Bugzilla – Attachment 9479 Details for
Bug 10293
brunlock fails due to correct length issue.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
FIx brunlock length
lockfix.patch (text/plain), 400 bytes, created by
Alan Hourihane
on 2013-11-26 18:50:17 UTC
(
hide
)
Description:
FIx brunlock length
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2013-11-26 18:50:17 UTC
Size:
400 bytes
patch
obsolete
>--- common/lock.c.old 2013-06-04 15:21:30.000000000 +0100 >+++ common/lock.c 2013-11-26 18:48:05.080172267 +0000 >@@ -671,7 +671,7 @@ > return 0; > } > >- if (!mark_lock && tdb_brunlock(tdb, ltype, FREELIST_TOP, 0)) { >+ if (!mark_lock && tdb_brunlock(tdb, ltype, FREELIST_TOP, tdb->hash_size * 4)) { > TDB_LOG((tdb, TDB_DEBUG_ERROR, "tdb_unlockall failed (%s)\n", strerror(errno))); > 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 10293
:
9479
|
9481
|
9490