libidav/webdav.c

changeset 829
122ddf40e24f
parent 816
839fefbdedc7
--- a/libidav/webdav.c	Sun Oct 06 22:03:04 2024 +0200
+++ b/libidav/webdav.c	Sun Oct 06 22:03:45 2024 +0200
@@ -50,7 +50,7 @@
     if(!context) {
         return NULL;
     }
-    context->sessions = cxLinkedListCreate(cxDefaultAllocator, cx_cmp_intptr, CX_STORE_POINTERS);
+    context->sessions = cxLinkedListCreate(cxDefaultAllocator, cx_cmp_ptr, CX_STORE_POINTERS);
     cxDefineDestructor(context->sessions, dav_session_destructor);
     context->http_proxy = calloc(1, sizeof(DavProxy));
     if(!context->http_proxy) {

mercurial