summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-10-02 21:49:38 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-10-02 21:49:38 +0000
commitfccd418c36034c39aa8d1890e49bc161a3c65777 (patch)
treebf01ef2dd5d88c2d5e5a94e2ccf1b81c262e0ed3 /lasso/xml
parentca8633b291b5e5de07db23c35e1ff82fc4576325 (diff)
downloadlasso-fccd418c36034c39aa8d1890e49bc161a3c65777.tar.gz
lasso-fccd418c36034c39aa8d1890e49bc161a3c65777.tar.xz
lasso-fccd418c36034c39aa8d1890e49bc161a3c65777.zip
Integrated scalp_is_liberty_query into Lasso. Consequently,
LASSO_PROFILE_ERROR_INVALID_QUERY is now a negative error code and a critical message is displayed when this error occurs.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/errors.h b/lasso/xml/errors.h
index 23455575..cab8ea8f 100644
--- a/lasso/xml/errors.h
+++ b/lasso/xml/errors.h
@@ -55,7 +55,7 @@
#define LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE -301
/* profile */
-#define LASSO_PROFILE_ERROR_INVALID_QUERY 401
+#define LASSO_PROFILE_ERROR_INVALID_QUERY -401
#define LASSO_PROFILE_ERROR_INVALID_POST_MSG -402
#define LASSO_PROFILE_ERROR_INVALID_SOAP_MSG -403
#define LASSO_PROFILE_ERROR_MISSING_REQUEST -404