- complain about empty values in config file

This commit is contained in:
Thomas Ries 2004-05-09 12:11:45 +00:00
parent a644581c62
commit 1b54047ac3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
0.5.6
=====
09-May-2004: - Authentication headers: enquote Realm (linphone)
- complain about empty values in config file
02-May-2004: - better recognition of redirected incoming requests
(like INVITES from sipgate.de - SIP URI points to
the real wanted target but To: header only points to

View File

@ -211,7 +211,7 @@ static int parse_config (FILE *configfile) {
DEBUGC(DBCLASS_CONFIG,"got argument:\"%s\"",ptr);
num=0;
switch (configoptions[k].type) {
if (strlen(ptr)) switch (configoptions[k].type) {
//
// Integer4