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 #1

Updated by Cyrill B about 11 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #2

Updated by Renato Botelho about 11 years ago

  • Category set to Dynamic DNS
  • Target version set to 2.1
Actions #3

Updated by Chris Buechler about 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF