Fixed cmd_regi() to not display a second result code after xfer
authorArt Cancro <ajc@citadel.org>
Mon, 30 Nov 1998 04:58:22 +0000 (04:58 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 30 Nov 1998 04:58:22 +0000 (04:58 +0000)
citadel/ChangeLog
citadel/user_ops.c

index e6e74ab5d12b2ba8b0b2c94e1d2dc7cd621433e7..4ffc217d55f7e409c857d485076c60d2cbd54e82 100644 (file)
@@ -1,3 +1,6 @@
+Sun Nov 29 23:57:39 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Fixed cmd_regi() to not display a second result code after xfer
+
 1998-11-23 Nathan Bryant <bryant@cs.usm.maine.edu>
        * citadel.spec: added
 
index bbe373baaf5f7d3b22cc2ff83f5c5b3fa9d099d6..fb3913dcec821efc1dd8e7a7ada398345772fcb6 100644 (file)
@@ -1079,7 +1079,6 @@ void cmd_regi(void) {
        CitControl.MMflags = CitControl.MMflags | MM_VALID ;
        put_control();
        end_critical_section(S_CONTROL);
-       cprintf("%d *** End of registration.\n",OK);
        }