chmode: silence harmless uninitialised variable warning
This commit is contained in:
parent
ec5522a1ca
commit
bca336720e
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ static bool
|
||||||
check_forward(struct Client *source_p, struct Channel *chptr,
|
check_forward(struct Client *source_p, struct Channel *chptr,
|
||||||
const char *forward)
|
const char *forward)
|
||||||
{
|
{
|
||||||
struct Channel *targptr;
|
struct Channel *targptr = NULL;
|
||||||
struct membership *msptr;
|
struct membership *msptr;
|
||||||
|
|
||||||
if(!check_channel_name(forward) ||
|
if(!check_channel_name(forward) ||
|
||||||
|
|
Loading…
Reference in a new issue