mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 08:13:22 +00:00
Remove unused variable ‘srch’
Missed on the previous commit git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@359651 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -17461,7 +17461,6 @@ static char *_sip_show_peers(int fd, int *total, struct mansession *s, const str
|
|||||||
|
|
||||||
for(k = 0; k < total_peers; k++) {
|
for(k = 0; k < total_peers; k++) {
|
||||||
char status[20] = "";
|
char status[20] = "";
|
||||||
char srch[2000];
|
|
||||||
char pstatus;
|
char pstatus;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user