linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / tipc / cluster.h
index 1b4cd30..9963642 100644 (file)
@@ -86,7 +86,7 @@ static inline struct cluster *tipc_cltr_find(u32 addr)
 
        if (z_ptr)
                return z_ptr->clusters[1];
-       return NULL;
+       return 0;
 }
 
 #endif