-/* $OpenBSD: radiusd_ipcp.c,v 1.4 2024/07/12 15:54:52 yasuoka Exp $ */
+/* $OpenBSD: radiusd_ipcp.c,v 1.5 2024/07/17 11:31:46 yasuoka Exp $ */
/*
* Copyright (c) 2024 Internet Initiative Japan Inc.
struct module_ipcp *self = ctx;
struct assigned_ipv4 *assign, *assignt;
char username[256], nas_id[256], buf[256],
- buf1[80];
+ buf1[384];
struct timespec dur;
struct radiusd_ipcp_statistics
stat;
-/* $OpenBSD: radiusd_local.h,v 1.15 2024/07/14 15:31:49 yasuoka Exp $ */
+/* $OpenBSD: radiusd_local.h,v 1.16 2024/07/17 11:31:46 yasuoka Exp $ */
/*
* Copyright (c) 2013 Internet Initiative Japan Inc.
#ifdef RADIUSD_DEBUG
#define RADIUSD_DBG(x) log_debug x
#else
-#define RADIUSD_DBG(x)
+#define RADIUSD_DBG(x) ((void)0)
#endif
#define RADIUSD_ASSERT(_cond) \
do { \