Fix compiler warning
This commit is contained in:
parent
6b8db2daf2
commit
ca656bf815
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ static struct InfoStruct info_table[] = {
|
|||
{
|
||||
"resv_forcepart",
|
||||
OUTPUT_BOOLEAN_YN,
|
||||
{ &ConfigChannel.resv_forcepart },
|
||||
&ConfigChannel.resv_forcepart,
|
||||
"Force-part local users on channel RESV"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue