Removed a debug printf.

FossilOrigin-Name: 2b6e622c176b70b9e6c0022da4aa5d9fbfde998c0b2ef3068cc066f9b77e3ac3
This commit is contained in:
7u83@mail.ru 2015-01-18 20:32:25 +00:00
parent 544cb84dce
commit 42c81506b0
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ int read_config(const char * filename){
conf_mtu = atoi(str);
str = uci_lookup_option_string(ctx,section,"mtu_discovery");
printf("MTU Disco = %s\n",str);
if (str)
conf_mtu_discovery = atoi(str);