From 70e11afe716d72fafa675e1add8531f90e2a30b9 Mon Sep 17 00:00:00 2001 From: David Majda Date: Mon, 1 Jul 2013 17:06:06 +0200 Subject: [PATCH] wireless.ycp: Remove a form feed character (0x0C) The form feed character caused a problem for Y2R, because ycpc serialized it into XML without escaping, creating invalid XML. Strictly speaking, this is ycpc's XML serializer bug, but since the character is useless, we may as well just remove it. --- src/lan/wireless.ycp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lan/wireless.ycp b/src/lan/wireless.ycp index 33bbc18c1..8be70e916 100644 --- a/src/lan/wireless.ycp +++ b/src/lan/wireless.ycp @@ -834,7 +834,7 @@ value to 64.

") + return ret; } - + // -------------------- WPA EAP -------------------- /**