Skip to content

Commit

Permalink
Disable local_scanners_only by default
Browse files Browse the repository at this point in the history
  • Loading branch information
SimulPiscator authored Oct 16, 2023
1 parent 0aecd41 commit f38236c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Server::Server(int argc, char** argv)
{ "random-paths", "false", "prepend a random uuid to scanner paths", randompaths },
{ "compatible-path", "false", "use /eSCL as path for first scanner", compatiblepath },
{ "local-scanners-only",
"true",
"false",
"ignore SANE network scanners",
localonly },
{ "options-file",
Expand Down

0 comments on commit f38236c

Please sign in to comment.