Skip to content

Commit

Permalink
Fixing Compilaation
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 23, 2022
1 parent 238616f commit 656f311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters/parameters.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ VMErrorCode
vm_parameters_ensure_interactive_image_parameter(VMParameters* parameters)
{
VMErrorCode error;
const char* interactiveParameter = "--interactive";

if (parameters->isInteractiveSession)
{
Expand All @@ -364,7 +365,6 @@ vm_parameters_ensure_interactive_image_parameter(VMParameters* parameters)

#if ALWAYS_INTERACTIVE

const char* interactiveParameter = "--interactive";
const char* headlessParameter = "--headless";

/*
Expand Down

0 comments on commit 656f311

Please sign in to comment.