[svn-commits] russell: branch russell/chan_refcount r89836 - /team/russell/chan_refcount/ch...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 27 16:45:45 CST 2007


Author: russell
Date: Tue Nov 27 16:45:44 2007
New Revision: 89836

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89836
Log:
fix build error

Modified:
    team/russell/chan_refcount/channels/chan_misdn.c

Modified: team/russell/chan_refcount/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/team/russell/chan_refcount/channels/chan_misdn.c?view=diff&rev=89836&r1=89835&r2=89836
==============================================================================
--- team/russell/chan_refcount/channels/chan_misdn.c (original)
+++ team/russell/chan_refcount/channels/chan_misdn.c Tue Nov 27 16:45:44 2007
@@ -1667,7 +1667,7 @@
 
 static char *complete_ch(struct ast_cli_args *a)
 {
-	return ast_complete_channels(a->line, a->word, a->pos, a->state, 3);
+	return ast_complete_channels(a->line, a->word, a->pos, a->n, 3);
 }
 
 static char *complete_debug_port (struct ast_cli_args *a)




More information about the svn-commits mailing list