Skip to content

Commit eb0aec2

Browse files
authored
small fix in comment line
1 parent bd91e2c commit eb0aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ int loadConfig(char *configFile) {
189189
continue;
190190
}
191191
else if(strcmp("rescanvif", token)==0) {
192-
// Got a defaultdown token...
192+
// Got a rescanvif token...
193193
my_log(LOG_DEBUG, 0, "Config: Need detect new interface.");
194194
commonConfig.rescanVif = 1;
195195

0 commit comments

Comments
 (0)