summaryrefslogtreecommitdiffstats
path: root/ax25/rxecho.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/rxecho.c')
-rw-r--r--ax25/rxecho.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25/rxecho.c b/ax25/rxecho.c
index 79204ee..42df57f 100644
--- a/ax25/rxecho.c
+++ b/ax25/rxecho.c
@@ -87,9 +87,9 @@
#define MAXCALLS 8
struct config {
- char from[14]; /* sockaddr.sa_data is 14 bytes */
+ char from[IFNAMSIZ];
int from_idx;
- char to[14];
+ char to[IFNAMSIZ];
int to_idx;
ax25_address calls[MAXCALLS];/* list of calls to echo */
int ncalls; /* number of calls to echo */