cli: initialize 'selector' variable to please jhbuild

This commit is contained in:
Larry Reaves
2011-10-06 12:21:08 +02:00
committed by Jiří Klimeš
parent 3f08004aa1
commit 5194a785fc

View File

@@ -1567,7 +1567,7 @@ static NMCResultCode
do_connection_delete (NmCli *nmc, int argc, char **argv)
{
NMConnection *connection = NULL;
const char *selector;
const char *selector = NULL;
const char *id = NULL;
GError *error = NULL;