Browse Source

Remove unnecessary ctrl_iface command check

MESH_GROUP_REMOVE always passes in the cmd pointer, so this cannot
really be NULL.

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen 10 years ago
parent
commit
49328f0756
1 changed files with 0 additions and 6 deletions
  1. 0 6
      wpa_supplicant/ctrl_iface.c

+ 0 - 6
wpa_supplicant/ctrl_iface.c

@@ -2466,12 +2466,6 @@ static int wpa_supplicant_ctrl_iface_mesh_group_add(
 static int wpa_supplicant_ctrl_iface_mesh_group_remove(
 	struct wpa_supplicant *wpa_s, char *cmd)
 {
-	if (!cmd) {
-		wpa_printf(MSG_ERROR,
-			   "CTRL_IFACE: MESH_GROUP_REMOVE ifname cannot be empty");
-		return -1;
-	}
-
 	/*
 	 * TODO: Support a multiple mesh and other iface type combinations
 	 */