Fix default port for integrated ident daemon
authorMichael Marley <michael@michaelmarley.com>
Tue, 19 Jun 2018 16:45:44 +0000 (12:45 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Jun 2018 22:02:07 +0000 (00:02 +0200)
commitcb63e88d483f74c8f2f6e06c35c9d18be45cebaa
tree92c0c5ec78876d60b2859c75f5c97c4e2aa7c8df
parent3fe23d142d83c2f79ad75103738fd161d52b003e
Fix default port for integrated ident daemon

The value for the option identifier was missing, causing what was
intended to be the default value to actually become the identifier
and the default value to be undefined.  This resulted in random
ports being chosen.
src/common/main.cpp