Index: mapiproxy/libmapistore/mapistore_backend.c
===================================================================
--- mapiproxy/libmapistore/mapistore_backend.c (revision 1351)
+++ mapiproxy/libmapistore/mapistore_backend.c (working copy)
@@ -258,7 +258,7 @@
}
}
- return (status != true) ? MAPISTORE_SUCCESS :
MAPISTORE_ERR_BACKEND_INIT;
+ return (status == true) ? MAPISTORE_SUCCESS :
MAPISTORE_ERR_BACKEND_INIT;
}
-Girish
Index: mapiproxy/libmapistore/mapistore_backend.c
===================================================================
--- mapiproxy/libmapistore/mapistore_backend.c (revision 1351)
+++ mapiproxy/libmapistore/mapistore_backend.c (working copy)
@@ -258,7 +258,7 @@
}
}
- return (status != true) ? MAPISTORE_SUCCESS :
MAPISTORE_ERR_BACKEND_INIT;
+ return (status == true) ? MAPISTORE_SUCCESS :
MAPISTORE_ERR_BACKEND_INIT;
}
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel