1c00b8316b
Resolves RHEL-5636
12 lines
294 B
Diff
12 lines
294 B
Diff
--- a/db.c 2000-10-01 01:39:58.000000000 +0200
|
|
+++ b/db.c 2024-01-03 10:29:20.367656089 +0100
|
|
@@ -62,7 +62,7 @@
|
|
/* Ethernet info */
|
|
struct einfo {
|
|
u_char e[6]; /* ether address */
|
|
- char h[34]; /* simple hostname */
|
|
+ char h[64]; /* simple hostname */
|
|
time_t t; /* timestamp */
|
|
};
|
|
|