Bugzilla – Attachment 1225 Details for
Bug 1275
Config parsing (parse_time) in Host: context acts globally
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for parse_time handling
readconf.c.diff (text/plain), 515 bytes, created by
Mario Lorenz
on 2007-01-18 01:18:57 AEDT
(
hide
)
Description:
Proposed patch for parse_time handling
Filename:
MIME Type:
Creator:
Mario Lorenz
Created:
2007-01-18 01:18:57 AEDT
Size:
515 bytes
patch
obsolete
>*** readconf.c.orig 2007-01-17 15:13:05.000000000 +0100 >--- readconf.c 2007-01-17 15:13:33.000000000 +0100 >*************** >*** 359,365 **** > if ((value = convtime(arg)) == -1) > fatal("%s line %d: invalid time value.", > filename, linenum); >! if (*intptr == -1) > *intptr = value; > break; > >--- 359,365 ---- > if ((value = convtime(arg)) == -1) > fatal("%s line %d: invalid time value.", > filename, linenum); >! if (*activep && *intptr == -1) > *intptr = value; > break; >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1275
: 1225