aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-06-30 16:08:27 +0000
committerRob Austein <sra@hactrn.net>2014-06-30 16:08:27 +0000
commitbbc846d3be64352db8fb54951b12cf5f9b73a769 (patch)
tree46e21806bfd4878f01cb25f9d43897d7c988f489
parenta6f733f52772a9cfdc38822c6f252d0aa8fa7041 (diff)
Oops, notification can't require that there be any deltas.
svn path=/branches/tk705/; revision=5879
-rw-r--r--schemas/relaxng/rrdp.rnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/relaxng/rrdp.rnc b/schemas/relaxng/rrdp.rnc
index 4fdc493b..5b47c90b 100644
--- a/schemas/relaxng/rrdp.rnc
+++ b/schemas/relaxng/rrdp.rnc
@@ -40,7 +40,7 @@ start |= element notification {
attribute to { serial },
attribute uri { uri },
attribute hash { hash }
- }+
+ }*
}
# Snapshot segment: think DNS AXFR.