server/tun-slip.c: Fix signed/unsigned char mismatch.
[tripe] / server / tun-slip.c
index c945998..85e9cd8 100644 (file)
@@ -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 --- */