ppp: remove left over debug print
This commit is contained in:
parent
218e61f80f
commit
b670fc0ac5
1 changed files with 0 additions and 1 deletions
|
@ -577,7 +577,6 @@ netlog("******* bad count - got %ux expected %ux\n", count&0xfff, ecount);
|
|||
if(count & Pencrypt) {
|
||||
//netlog("mppc unencrypt count = %ux\n", count);
|
||||
rc4(&s->rc4key, p, n);
|
||||
fprint(2, "plain=%.*H\n", n, p);
|
||||
}
|
||||
|
||||
if(!(count & Pcompress))
|
||||
|
|
Loading…
Reference in a new issue