Project

General

Profile

Actions

Bug #2677

closed

Dyndns debug file written with ascii string \n instead of line-feed

Added by Lakin Lowrey over 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Dynamic DNS
Target version:
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

Also available in: Atom PDF