diff options
author | Todd Lyons <tlyons@exim.org> | 2014-05-12 08:12:17 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-05-12 08:12:17 -0700 |
commit | 9aa512a1898155484e00ee089057d28f2432b30e (patch) | |
tree | 231b6a3479c59e09a15f63f1350d31fb60f360b6 /src/OS | |
parent | a37a8eec3f4c73e604c23d73c9264c8ae95a0037 (diff) | |
parent | 783b385fe846f97aa5d7a7675cc0600e917b8795 (diff) |
Merge branch 'master' of ssh://git.exim.org/home/git/exim
Diffstat (limited to 'src/OS')
-rw-r--r-- | src/OS/os.c-Linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/os.c-Linux b/src/OS/os.c-Linux index 1e8a6f47d..df0dff9db 100644 --- a/src/OS/os.c-Linux +++ b/src/OS/os.c-Linux @@ -94,7 +94,7 @@ ip_address_item *last = NULL; ip_address_item *next; char addr6p[8][5]; unsigned int plen, scope, dad_status, if_idx; -char devname[20]; +char devname[20+1]; FILE *f; #endif |