I think it is a minor typo.
Index: libmapi/IProfAdmin.c
===================================================================
--- libmapi/IProfAdmin.c (revision 1351)
+++ libmapi/IProfAdmin.c (working copy)
@@ -789,7 +789,7 @@
TALLOC_CTX *mem_ctx;
enum MAPISTATUS retval;
- if (!profile || !old_password | !password) return
MAPI_E_INVALID_PARAMETER;
+ if (!profile || !old_password || !password) return
MAPI_E_INVALID_PARAMETER;
mem_ctx = talloc_named(NULL, 0, "ChangeProfilePassword");
Thanks.
I have also attached the same.
-Girish
Index: libmapi/IProfAdmin.c
===================================================================
--- libmapi/IProfAdmin.c (revision 1351)
+++ libmapi/IProfAdmin.c (working copy)
@@ -789,7 +789,7 @@
TALLOC_CTX *mem_ctx;
enum MAPISTATUS retval;
- if (!profile || !old_password | !password) return
MAPI_E_INVALID_PARAMETER;
+ if (!profile || !old_password || !password) return
MAPI_E_INVALID_PARAMETER;
mem_ctx = talloc_named(NULL, 0, "ChangeProfilePassword");
_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel