Author: dumindu
Date: Sun Dec  2 23:22:45 2007
New Revision: 10405

Removed:
   trunk/solutions/identity/modules/mod-cspace/Makefile
Modified:
   trunk/solutions/identity/modules/mod-cspace/build.sh
   trunk/solutions/identity/modules/mod-cspace/session_sdbm.c
Log:
removed the Makefile & fixed a warning

Modified: trunk/solutions/identity/modules/mod-cspace/build.sh
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/build.sh        (original)
+++ trunk/solutions/identity/modules/mod-cspace/build.sh        Sun Dec  2 
23:22:45 2007
@@ -1,6 +1,6 @@
 #!/bin/sh
 sh autogen.sh
-./configure --with-apxs2=/home/dummy/software/httpd-2.2.4/deploy/bin/apxs
-#./configure --with-apxs2
+#./configure --with-apxs2=/home/dummy/software/httpd-2.2.4/deploy/bin/apxs
+./configure --with-apxs2
 make
 

Modified: trunk/solutions/identity/modules/mod-cspace/session_sdbm.c
==============================================================================
--- trunk/solutions/identity/modules/mod-cspace/session_sdbm.c  (original)
+++ trunk/solutions/identity/modules/mod-cspace/session_sdbm.c  Sun Dec  2 
23:22:45 2007
@@ -202,7 +202,7 @@
     return FAIL;
 }
 
-static int add_session(const char* id, int idlen, session_ctx_t *ctx)
+static int add_session(char* id, int idlen, session_ctx_t *ctx)
 {
     /*struct timeval time;*/
     time_t time_now;

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to