cli: initialize 'selector' variable to please jhbuild
This commit is contained in:

committed by
Jiří Klimeš

parent
3f08004aa1
commit
5194a785fc
@@ -1567,7 +1567,7 @@ static NMCResultCode
|
|||||||
do_connection_delete (NmCli *nmc, int argc, char **argv)
|
do_connection_delete (NmCli *nmc, int argc, char **argv)
|
||||||
{
|
{
|
||||||
NMConnection *connection = NULL;
|
NMConnection *connection = NULL;
|
||||||
const char *selector;
|
const char *selector = NULL;
|
||||||
const char *id = NULL;
|
const char *id = NULL;
|
||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user