OSSP CVS Repository

ossp - Difference in ossp-pkg/sio/sio_hello.c versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/sio/sio_hello.c 1.5 -> 1.6

--- sio_hello.c  2002/11/08 11:10:41     1.5
+++ sio_hello.c  2002/11/08 11:12:28     1.6
@@ -342,11 +342,10 @@
                    memcmp(my->passwd, PASSWD, NPASS) == 0;
             if (!good) {
                 hello_dropsaved(my);
-                if (my->isoutput) {
+                if (isoutput != my->isoutput) {
                     GOTO(BAD, SIO_XSTREAM);
                 } else {
-                    hello_writeeof(my);
-                    GOTO(BAD, SIO_DOWNSTREAM);
+                    GOTO(BAD, SIO_LOOP);
                 }
             } else {
                 hello_restore(my);

CVSTrac 2.0.1