diff options
Diffstat (limited to 'aero-proto')
-rw-r--r-- | aero-proto/src/dav/controller.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aero-proto/src/dav/controller.rs b/aero-proto/src/dav/controller.rs index 1b7f7ee..4bae68a 100644 --- a/aero-proto/src/dav/controller.rs +++ b/aero-proto/src/dav/controller.rs @@ -309,6 +309,7 @@ impl Controller { dav::Multistatus::<All> { responses, responsedescription: None, + extension: None, } } } |