X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=chan_lcr.h;fp=chan_lcr.h;h=84932a271b8690c3e7dad06b3ef2d3f0dcf3aba0;hp=1ef853d86e3b1231af410d393a673cc5ebcabafe;hb=b519aa7e746912ab113b8332484418d0b2f00bcd;hpb=f9933186f362b8522988f9d4a0979c1e63e20b96 diff --git a/chan_lcr.h b/chan_lcr.h index 1ef853d..84932a2 100644 --- a/chan_lcr.h +++ b/chan_lcr.h @@ -15,7 +15,7 @@ struct chan_call { struct chan_call *next; /* link to next call instance */ int state; /* current call state CHAN_LCR_STATE */ unsigned int ref; /* callref for this channel */ - int ref_was_assigned; + int ref_was_assigned; void *ast; /* current asterisk channel */ int pbx_started; /* indicates if pbx que is available */