Skip to content

Commit

Permalink
[mod_webdav] compile fix when locking not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gstrauss committed Nov 28, 2016
1 parent 4d95a8e commit d5f64cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mod_webdav.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ static int webdav_delete_file(server *srv, connection *con, handler_ctx *hctx, p
}
}
#else
UNUSED(p);
UNUSED(hctx);
#endif
}

Expand Down Expand Up @@ -753,7 +753,7 @@ static int webdav_copy_file(server *srv, connection *con, handler_ctx *hctx, phy
}
}
#else
UNUSED(p);
UNUSED(hctx);
#endif
return status;
}
Expand Down Expand Up @@ -1298,7 +1298,7 @@ static int webdav_has_lock(server *srv, connection *con, handler_ctx *hctx, buff
#else
UNUSED(srv);
UNUSED(con);
UNUSED(pconf);
UNUSED(hctx);
UNUSED(uri);
#endif

Expand Down

0 comments on commit d5f64cd

Please sign in to comment.