Skip to content
Snippets Groups Projects
Commit 639e87eb authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed default RRL slip.

parent 8b721ca6
Branches
Tags v1.2.0
No related merge requests found
......@@ -507,6 +507,7 @@ conf_t *conf_new(const char* path)
c->ixfr_fslimit = -1;
c->uid = -1;
c->gid = -1;
c->rrl_slip = -1;
c->build_diffs = 0; /* Disable by default. */
/* ACLs. */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment