From a40223ff319ffafed887c2be9964eafb619a8d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 8 May 2007 03:08:35 +0000 Subject: [PATCH] Add default values to make this working again. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20602 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kadm5/iprop-commands.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kadm5/iprop-commands.in b/lib/kadm5/iprop-commands.in index 44ad62b76..d6d847624 100644 --- a/lib/kadm5/iprop-commands.in +++ b/lib/kadm5/iprop-commands.in @@ -77,12 +77,14 @@ command = { type = "integer" help = "start replay with this version" argument = "version-number" + default = "-1" } option = { long = "end-version" type = "integer" help = "end replay with this version" argument = "version-number" + default = "-1" } option = { long = "config-file"