Christopher J. Gilbert cf2623a65a Added check to make sure ident was not an empty string.
Added check to make sure ident was not an empty string.

This commit is to fix a bug related to having a autoconfig.cfg file without an ident.
Currently, there are none in the repository that fit this condition, which is why the bug was never triggered in testing. 

This checks to make sure the ident loaded from the config file actually has a value associated with it.
Without this check, the if() statement will always return true, because an empty string is always within another string.
2015-04-21 23:06:21 -04:00
..
2015-04-08 21:35:10 +01:00
2015-04-21 02:58:12 +02:00
2015-04-14 21:58:39 +02:00
2015-04-20 00:49:00 +02:00
2015-03-27 16:57:58 +01:00
2015-04-11 01:20:52 +02:00
2015-03-21 05:42:49 +01:00
2015-01-29 23:59:46 +01:00