[Beepcore-java-commits] CVS: beepcore-java/src/org/beepcore/beep/profile/sasl/otp SASLOTPProfile.jav
Status: Beta
Brought to you by:
huston
From: Huston F. <hu...@us...> - 2003-09-14 04:29:53
|
Update of /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp In directory sc8-pr-cvs1:/tmp/cvs-serv21570/src/org/beepcore/beep/profile/sasl/otp Modified Files: SASLOTPProfile.java Log Message: Fixed IO handling Index: SASLOTPProfile.java =================================================================== RCS file: /cvsroot/beepcore-java/beepcore-java/src/org/beepcore/beep/profile/sasl/otp/SASLOTPProfile.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** SASLOTPProfile.java 10 Jun 2003 18:59:24 -0000 1.11 --- SASLOTPProfile.java 14 Sep 2003 04:29:50 -0000 1.12 *************** *** 3,6 **** --- 3,7 ---- * * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. + * Copyright (c) 2003 Huston Franklin. All rights reserved. * * The contents of this file are subject to the Blocks Public License (the *************** *** 184,187 **** --- 185,189 ---- return; } + enableIO(channel.getSession()); throw new TuningResetException("SASL ANON RESET"); } |