summaryrefslogtreecommitdiffstats
path: root/include/logind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/logind.h')
-rw-r--r--include/logind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/logind.h b/include/logind.h
index aebbffea..f489f08c 100644
--- a/include/logind.h
+++ b/include/logind.h
@@ -17,7 +17,7 @@ typedef struct login_data
// user authentication
char userid[IDLEN+1];
- char hostip[32+1];
+ char hostip[IPV4LEN+1];
} login_data;