Roxen.git/
server/
modules/
misc/
webdav.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-14
2004-05-14 18:10:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7e8b92a0e4ce1348374f018c5dd19f1cb2fdb4dc (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
refresh_lock() only needs a single parameter.
Rev: server/modules/misc/webdav.pike:1.35
1:
// Protocol support for RFC 2518 //
-
// $Id: webdav.pike,v 1.
34
2004/05/14
16
:
37
:
21
grubba Exp $
+
// $Id: webdav.pike,v 1.
35
2004/05/14
18
:
10
:
29
grubba Exp $
// // 2003-09-17 Henrik Grubbström
9:
#include <module.h> #include <request_trace.h>
-
constant cvs_version = "$Id: webdav.pike,v 1.
34
2004/05/14
16
:
37
:
21
grubba Exp $";
+
constant cvs_version = "$Id: webdav.pike,v 1.
35
2004/05/14
18
:
10
:
29
grubba Exp $";
constant thread_safe = 1; constant module_name = "DAV: Protocol support"; constant module_type = MODULE_FIRST;
243:
return Roxen.http_status(424, "Couldn't refresh missing lock."); } }
-
id->conf->refresh_lock(lock = state
, id
);
+
id->conf->refresh_lock(lock = state);
} else { // New lock. SimpleNode lock_info_node =