mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 16:40:37 +01:00
cli: initialize 'selector' variable to please jhbuild
This commit is contained in:
parent
3f08004aa1
commit
5194a785fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue