The Samba-Bugzilla – Attachment 7050 Details for
Bug 8561
Password change settings not fully observed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Quick fix; return the correct value in get_time_t_max()
samba-3.5.8-fix-get_time_t_max-return-value.patch (text/plain), 325 bytes, created by
Roel van Meer
on 2011-11-02 11:29:16 UTC
(
hide
)
Description:
Quick fix; return the correct value in get_time_t_max()
Filename:
MIME Type:
Creator:
Roel van Meer
Created:
2011-11-02 11:29:16 UTC
Size:
325 bytes
patch
obsolete
>diff -ruN samba-3.5.8.a/lib/util/time.c samba-3.5.8.b/lib/util/time.c >--- samba-3.5.8.a/lib/util/time.c 2011-03-06 19:48:05.000000000 +0100 >+++ samba-3.5.8.b/lib/util/time.c 2011-11-02 11:45:28.950121109 +0100 >@@ -40,7 +40,7 @@ > **/ > _PUBLIC_ time_t get_time_t_max(void) > { >- return TIME_T_MAX; >+ return INT32_MAX; > } > > /**
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 8561
:
7050
|
7055
|
7104
|
7105