Ignore user auth banner in transport.

This commit is contained in:
David Kocher
2014-05-05 13:12:10 +02:00
parent df6019accc
commit 1f992c3fae

View File

@@ -499,6 +499,10 @@ public final class TransportImpl
gotServiceAccept();
break;
}
case USERAUTH_BANNER: {
log.debug("Received USERAUTH_BANNER");
break;
}
default:
sendUnimplemented();
}