The Samba-Bugzilla – Attachment 3736 Details for
Bug 5900
vfs_readonly.so does not work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for displaying debug logs
vfs_readonly.c.diff (text/plain), 626 bytes, created by
TAKAHASHI Motonobu
on 2008-11-15 07:11:51 UTC
(
hide
)
Description:
patch for displaying debug logs
Filename:
MIME Type:
Creator:
TAKAHASHI Motonobu
Created:
2008-11-15 07:11:51 UTC
Size:
626 bytes
patch
obsolete
>--- ../../../samba-3.2.3/source/modules/vfs_readonly.c 2008-08-27 20:23:20.000000000 +0900 >+++ vfs_readonly.c 2008-11-15 22:02:38.000000000 +0900 >@@ -68,8 +68,11 @@ > time_t begin_period = get_date(period[0], ¤t_time); > time_t end_period = get_date(period[1], ¤t_time); > >+ DEBUG(0,("period0 is %d, period1 is %d, current_time is %d\n", begin_period, end_period, current_time)); >+ > if ((current_time >= begin_period) && (current_time <= end_period)) { > handle->conn->read_only = True; >+ DEBUG(0,("read only = True\n")); > } > > return SMB_VFS_NEXT_CONNECT(handle, service, user);
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 5900
: 3736 |
3744