]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add a mising space before a MAC address in a debug print
authorJouni Malinen <j@w1.fi>
Sat, 18 Oct 2025 08:07:05 +0000 (11:07 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 Oct 2025 08:07:05 +0000 (11:07 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/drv_callbacks.c

index 3422893f772c108040732f03f05d51c31ec8528f..e4d02423bc86596c47d0a561d3098716d29b4e0d 100644 (file)
@@ -510,7 +510,7 @@ int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr,
                        }
                        if (hostapd_check_acl(bss, info->peer_addr, NULL) !=
                            HOSTAPD_ACL_ACCEPT) {
-                               wpa_printf(MSG_INFO, "link addr" MACSTR
+                               wpa_printf(MSG_INFO, "link addr " MACSTR
                                           " not allowed to connect",
                                           MAC2STR(info->peer_addr));
                                reason = WLAN_REASON_UNSPECIFIED;