evolution-data-server r8614 - branches/gnome-2-22/libedataserverui



Author: mbarnes
Date: Wed Apr  2 21:11:55 2008
New Revision: 8614
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8614&view=rev

Log:
2008-04-02  Matthew Barnes  <mbarnes redhat com>

	* libedataserverui/e-passwords.c (ep_keyring_lookup_passwords):
	Remove NULL argument checks.  Passing NULL is valid.



Modified:
   branches/gnome-2-22/libedataserverui/ChangeLog
   branches/gnome-2-22/libedataserverui/e-passwords.c

Modified: branches/gnome-2-22/libedataserverui/e-passwords.c
==============================================================================
--- branches/gnome-2-22/libedataserverui/e-passwords.c	(original)
+++ branches/gnome-2-22/libedataserverui/e-passwords.c	Wed Apr  2 21:11:55 2008
@@ -333,9 +333,6 @@
 	GnomeKeyringResult result;
 	GList *passwords = NULL;
 
-	g_return_val_if_fail (user != NULL, NULL);
-	g_return_val_if_fail (server != NULL, NULL);
-
 	attributes = gnome_keyring_attribute_list_new ();
 	gnome_keyring_attribute_list_append_string (
 		attributes, "application", "Evolution");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]