mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	hostapd: fix crash regression triggered by mesh mode
Fixes: 60fb4c92b6 ("hostapd: add ubus reload")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
[daniel@makrotopia.org: polish commit message]
			
			
This commit is contained in:
		
							parent
							
								
									231dc26867
								
							
						
					
					
						commit
						4225b83a76
					
				@ -87,7 +87,7 @@
 | 
			
		||||
 	hapd->iconf = conf;
 | 
			
		||||
 	hapd->conf = bss;
 | 
			
		||||
 	hapd->iface = hapd_iface;
 | 
			
		||||
+	if (bss->config_id)
 | 
			
		||||
+	if (bss && bss->config_id)
 | 
			
		||||
+		hapd->config_id = strdup(bss->config_id);
 | 
			
		||||
+	else
 | 
			
		||||
+		hapd->config_id = NULL;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user