# HG changeset patch # User Christian Hammond # Date 1057135983 0 # Node ID 60d9cbfb6bf8eaaec3d88cbfa0c888584afabd5d # Parent c55b32640690dbc51a715e436df984c861b58dc7 [gaim-migrate @ 6433] Fixed Cae Bug #9. I hope this doesn't mess with anything else. Is there a reason this sanity check doesn't return when the vars are invalid? committer: Tailor Script diff -r c55b32640690 -r 60d9cbfb6bf8 src/blist.c --- a/src/blist.c Wed Jul 02 08:35:59 2003 +0000 +++ b/src/blist.c Wed Jul 02 08:53:03 2003 +0000 @@ -736,7 +736,8 @@ if (!gaimbuddylist) return NULL; - if (!name && !buddy); + if (!name && !buddy) + return NULL; if (name) { group = gaimbuddylist->root;