]> andersk Git - openssh.git/blobdiff - channels.c
- markus@cvs.openbsd.org 2002/09/09 14:54:15
[openssh.git] / channels.c
index fe99cdbecd348b2668fc7bd829b9cd72c0c30b83..0ae37b6d8b5cf40f88020de66251fbb4f3e20adf 100644 (file)
@@ -39,7 +39,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: channels.c,v 1.180 2002/07/04 08:12:15 deraadt Exp $");
+RCSID("$OpenBSD: channels.c,v 1.181 2002/09/09 14:54:14 markus Exp $");
 
 #include "ssh.h"
 #include "ssh1.h"
@@ -875,7 +875,7 @@ channel_pre_x11_open(Channel *c, fd_set * readset, fd_set * writeset)
 static int
 channel_decode_socks4(Channel *c, fd_set * readset, fd_set * writeset)
 {
-       u_char *p, *host;
+       char *p, *host;
        int len, have, i, found;
        char username[256];
        struct {
This page took 0.032033 seconds and 4 git commands to generate.