X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/c85c17123f9713266341520e86e0acb31fad4031..97f898fb8b34046a10a55f66d41f4d898fa769d9:/server/tun-slip.c diff --git a/server/tun-slip.c b/server/tun-slip.c index c945998d..85e9cd84 100644 --- a/server/tun-slip.c +++ b/server/tun-slip.c @@ -290,7 +290,7 @@ static tunnel *t_create(peer *p, int fd, char **ifn) dstr d = DSTR_INIT; unsigned char ch; tunnel *t; - static const char end[] = { SL_END, SL_END }; + static const octet end[] = { SL_END, SL_END }; /* --- Try to find a spare static interface --- */