* oops
authorArt Cancro <ajc@citadel.org>
Sat, 1 Dec 2001 17:03:13 +0000 (17:03 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 1 Dec 2001 17:03:13 +0000 (17:03 +0000)
citadel/domain.c

index f64458ed408f303b6a42486475bff619cba072b6..cbbe27834301034791a57b4f3d9e4c731e2128d1 100644 (file)
@@ -62,7 +62,7 @@ inline int mx_compare_pref(int pref1, int pref2) {
                return(1);
        }
        else if (pref1 < pref2) {
-               return(1);
+               return(0);
        }
        else {
                return(rand() % 2);