unbound icon indicating copy to clipboard operation
unbound copied to clipboard

config_read: no cfg file provided is an error condition

Open rcmcdonald91 opened this issue 1 year ago • 0 comments

The logic here doesn't seem correct. If filename is not specified (which would be a programmer error), the result of config_read should not be 1 (success), but rather 0 (error).

rcmcdonald91 avatar Apr 29 '24 15:04 rcmcdonald91