Skip to content

Commit

Permalink
Changed init bFoundCallsign = TRUE;
Browse files Browse the repository at this point in the history
A recent IRLP change that now sets environment variable SPEAKFREE_CNAME to "${CALLSIGN}" is causing tbd and tlb to list connected IRLP nodes as IP addresses instead of node numbers.  See theLinkbox for additional details.
  • Loading branch information
wd5m authored Jun 21, 2020
1 parent c1052ac commit 1eba5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conference.c
Original file line number Diff line number Diff line change
Expand Up @@ -3022,7 +3022,7 @@ int GetCall(ConfServer *pCS,ConfClient *pCC,rtcp_t *p,int len)
rtcp_sdes_item_t *p;
char *cp;
} Item;
int bFoundCallsign = FALSE;
int bFoundCallsign = TRUE;
int x;
int Ret = FALSE;
int EchoLinkRevMajor;
Expand Down

0 comments on commit 1eba5fc

Please sign in to comment.