CamelIMAPXServer: use g_return_if_fail() family of functions instead of g_assert()
authorChristian Hilberg <chilberg@src.gnome.org>
Tue, 26 Jun 2012 14:35:57 +0000 (16:35 +0200)
committerMatthew Barnes <mbarnes@redhat.com>
Tue, 26 Jun 2012 15:20:29 +0000 (11:20 -0400)
commitb1653bb7047ef1f88dc5a563e27204a38c06c2da
tree635f415e90aad5411906e7e90d353a3dde4265ea
parent977306ba0fe6686a781a2fbe33ffe268ec1ad386
CamelIMAPXServer: use g_return_if_fail() family of functions instead of g_assert()

* changed the function param sanity checking from assertions
  to the g_return*_if_fail() family of functions, so we can
  stumble along instead of barfing in front of the user
camel/camel-imapx-server.c