From c298d04ade9e4d6f2c73df7604ba85cf977b843e Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 1 Dec 2013 05:19:36 +0100 Subject: [PATCH] Give more space to the path for the socket --- src/applets/wpa_supplicant.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applets/wpa_supplicant.c b/src/applets/wpa_supplicant.c index 2c813b3..2a50316 100644 --- a/src/applets/wpa_supplicant.c +++ b/src/applets/wpa_supplicant.c @@ -62,7 +62,8 @@ typedef struct _PanelApplet { PanelAppletHelper * helper; - char path[36]; + /* FIXME dynamically allocate instead */ + char path[256]; guint source; int fd; GIOChannel * channel;