commit e9f738b8b6afa1d94db666d657319e0b5647cb1f
parent 94e87eb8baaf1c20d02602ba3d01bc1babdb2e35
Author: raiz <[email protected]>
Date:   Tue, 27 Dec 2016 20:18:09 +0300
whhops, my bad
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/slstatus.c b/slstatus.c
@@ -717,7 +717,7 @@ wifi_essid(const char *iface)
 
 	memset(&wreq, 0, sizeof(struct iwreq));
 	wreq.u.essid.length = IW_ESSID_MAX_SIZE+1;
-	snprintf(wreq.ifr_name, ifrn_name, "%s", iface);
+	snprintf(wreq.ifr_name, sizeof(wreq.ifr_name), "%s", iface);
 
 	if (sockfd == -1) {
 		warn("Failed to get ESSID for interface %s", iface);