Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elFarto committed May 11, 2022
1 parent 73f9d41 commit 2291a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vabackend.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static void init() {
}

char *nvdMaxInstances = getenv("NVD_MAX_INSTANCES");
if (nvdGpu != NULL) {
if (nvdMaxInstances != NULL) {
max_instances = atoi(nvdMaxInstances);
}

Expand Down

0 comments on commit 2291a9c

Please sign in to comment.