mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Fix minor typo (bug #3534)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4993 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -1552,7 +1552,7 @@ static void ast_readconfig(void) { | ||||
| 		/* whether or not to support #exec in config files */ | ||||
| 		} else if (!strcasecmp(v->name, "execincludes")) { | ||||
| 			option_exec_includes = ast_true(v->value); | ||||
| 		/* debug level (-v at startup) */ | ||||
| 		/* debug level (-d at startup) */ | ||||
| 		} else if (!strcasecmp(v->name, "debug")) { | ||||
| 			option_debug = 0; | ||||
| 			if (sscanf(v->value, "%d", &option_debug) != 1) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user