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]]
Actions