[asterisk-commits] trunk r27270 - /trunk/image.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 15 20:18:57 MST 2006


Author: russell
Date: Mon May 15 22:18:57 2006
New Revision: 27270

URL: http://svn.digium.com/view/asterisk?rev=27270&view=rev
Log:
return the result of the cli command registration

Modified:
    trunk/image.c

Modified: trunk/image.c
URL: http://svn.digium.com/view/asterisk/trunk/image.c?rev=27270&r1=27269&r2=27270&view=diff
==============================================================================
--- trunk/image.c (original)
+++ trunk/image.c Mon May 15 22:18:57 2006
@@ -205,7 +205,6 @@
 
 int ast_image_init(void)
 {
-	ast_cli_register(&show_images);
-	return 0;
-}
-
+	return ast_cli_register(&show_images);
+}
+



More information about the asterisk-commits mailing list