The Samba-Bugzilla – Attachment 1564 Details for
Bug 3192
dfree command called too frequently
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Final patch
look (text/plain), 942 bytes, created by
Jeremy Allison
on 2005-11-03 18:19:05 UTC
(
hide
)
Description:
Final patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2005-11-03 18:19:05 UTC
Size:
942 bytes
patch
obsolete
>Index: param/loadparm.c >=================================================================== >--- param/loadparm.c (revision 11485) >+++ param/loadparm.c (working copy) >@@ -1186,7 +1186,7 @@ > {"default service", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, FLAG_ADVANCED}, > {"default", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, FLAG_ADVANCED}, > {"message command", P_STRING, P_GLOBAL, &Globals.szMsgCommand, NULL, NULL, FLAG_ADVANCED}, >- {"dfree cache time", P_STRING, P_LOCAL, &sDefault.iDfreeCacheTime, NULL, NULL, FLAG_ADVANCED}, >+ {"dfree cache time", P_INTEGER, P_LOCAL, &sDefault.iDfreeCacheTime, NULL, NULL, FLAG_ADVANCED}, > {"dfree command", P_STRING, P_LOCAL, &sDefault.szDfree, NULL, NULL, FLAG_ADVANCED}, > {"get quota command", P_STRING, P_GLOBAL, &Globals.szGetQuota, NULL, NULL, FLAG_ADVANCED}, > {"set quota command", P_STRING, P_GLOBAL, &Globals.szSetQuota, NULL, NULL, FLAG_ADVANCED},
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 3192
:
1529
|
1555
| 1564