diff src/post.c @ 366:fd66260b3479 noffle

[svn] fixed article cancelling (Debian #187068)
author godisch
date Tue, 01 Apr 2003 11:27:45 +0100
parents b0ee77fa24d4
children 21300895412f
line wrap: on
line diff
--- a/src/post.c	Sat Mar 29 11:15:36 2003 +0000
+++ b/src/post.c	Tue Apr 01 11:27:45 2003 +0100
@@ -1,7 +1,7 @@
 /*
   post.c
 
-  $Id: post.c 495 2003-03-24 23:32:48Z bears $
+  $Id: post.c 505 2003-04-01 10:27:45Z godisch $
 */
 
 #if HAVE_CONFIG_H
@@ -548,8 +548,7 @@
     }
     else if ( strcasecmp( op, "cancel" ) == 0 )
     {
-	if ( ! controlCancel( Itl_next( article.control ) ) )
-	    return TRUE;	/* Handled entirely locally */
+	controlCancel( Itl_next( article.control ) );
     }
     else
     {