Actions
Bug #2677
closedDyndns debug file written with ascii string \n instead of line-feed
Start date:
11/10/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
All
Description
The string written to the dyndns debug file encloses the \n in single quotes which means the backslash is not interpreted.
Please replace '\n' with "\n" in two spots in line 1089 of /etc/inc/dyndns.class.
Actually, I would remove the leading \n entirely and leave just the trailing \n so there would be one string per line instead of a blank line between each debug line.
[[https://github.com/bsdperimeter/pfsense/blob/master/etc/inc/dyndns.class#L1089]]
Updated by Cyrill B almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset bb9ccd636ee9331064319d202f80409280a22934.
Updated by Renato Botelho almost 12 years ago
- Category set to Dynamic DNS
- Target version set to 2.1
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved
Actions