From 7c76386907cf4ed8ccde4f5bddf4dde177a073ac Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 17 May 2001 00:34:02 +0000 Subject: The service can be NULL here too, thanks to Wayne Davis for pointing this 2001-05-16 Jeffrey Stedfast * camel-session.c (camel_session_forget_password): The service can be NULL here too, thanks to Wayne Davis for pointing this out. svn path=/trunk/; revision=9863 --- camel/camel-session.c | 1 - 1 file changed, 1 deletion(-) (limited to 'camel/camel-session.c') diff --git a/camel/camel-session.c b/camel/camel-session.c index e0bdf95e96..7dc3c268f3 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -569,7 +569,6 @@ camel_session_forget_password (CamelSession *session, CamelService *service, const char *item, CamelException *ex) { g_return_if_fail (CAMEL_IS_SESSION (session)); - g_return_if_fail (CAMEL_IS_SERVICE (service)); g_return_if_fail (item != NULL); CS_CLASS (session)->forget_password (session, service, item, ex); -- cgit v1.2.3