Przeglądaj źródła

totemconfig: Enlarge error_string_response

... so error_reason can be fully included into parse error message.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
(cherry picked from commit 1d2c6e4696e559800fabca3105293ce1cf8fa433)
Jan Friesse 7 lat temu
rodzic
commit
f0247ca863
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      exec/totemconfig.c

+ 1 - 1
exec/totemconfig.c

@@ -80,7 +80,7 @@
 
 #define DEFAULT_PORT				5405
 
-static char error_string_response[512];
+static char error_string_response[768];
 
 static void add_totem_config_notification(struct totem_config *totem_config);