The Samba-Bugzilla – Attachment 1039 Details for
Bug 2468
rpc_server/srv_samr_util.c: logon_hrs.hours
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change typecast to (const unsigned char *)
bug2468.patch (text/plain), 499 bytes, created by
Jason Mader (mail bounces back)
on 2005-03-16 13:27:27 UTC
(
hide
)
Description:
change typecast to (const unsigned char *)
Filename:
MIME Type:
Creator:
Jason Mader (mail bounces back)
Created:
2005-03-16 13:27:27 UTC
Size:
499 bytes
patch
obsolete
>--- rpc_server/srv_samr_util.c Wed Mar 16 15:24:15 2005 >+++ rpc_server/srv_samr_util.c Wed Mar 16 15:24:28 2005 >@@ -264,7 +264,7 @@ > > DEBUG(15,("INFO_21 LOGON_HRS.HOURS: %s -> %s\n",pdb_get_hours(to),from->logon_hrs.hours)); > pdb_sethexhours(old, pdb_get_hours(to)); >- pdb_sethexhours(new, (const char *)from->logon_hrs.hours); >+ pdb_sethexhours(new, (const unsigned char *)from->logon_hrs.hours); > if (!strequal(old, new)) { > pdb_set_hours(to, from->logon_hrs.hours, PDB_CHANGED); > }
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 2468
:
1039