12 lines
823 B
Diff
12 lines
823 B
Diff
diff -ur wso2-wsf-cpp-src-2.1.0.orig/wsf_c/rampartc/src/util/rampart_timestamp_token.c wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/rampart_timestamp_token.c
|
|
--- wso2-wsf-cpp-src-2.1.0.orig/wsf_c/rampartc/src/util/rampart_timestamp_token.c 2009-10-13 15:04:10.000000000 -0400
|
|
+++ wso2-wsf-cpp-src-2.1.0/wsf_c/rampartc/src/util/rampart_timestamp_token.c 2012-07-17 17:45:46.455243717 -0400
|
|
@@ -207,7 +207,7 @@
|
|
rampart_set_security_processed_result(env, msg_ctx,RAMPART_SPR_TS_EXPIRES, expires_val);
|
|
|
|
/* Check whether time has expired or not */
|
|
- validity = rampart_compare_date_time(env, created_val, expires_val);
|
|
+ validity = rampart_compare_date_time(env, current_val, expires_val);
|
|
if (validity == AXIS2_FAILURE)
|
|
{
|
|
/* this means created_value > expires_value. Which is not valid */
|