summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rrdtool-model.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/rrdtool-model.lua b/rrdtool-model.lua
index fa124b7..e9ff4e6 100644
--- a/rrdtool-model.lua
+++ b/rrdtool-model.lua
@@ -134,9 +134,6 @@ If you specify path, it should be " .. tostring(databases) .."/"
end
if (posix.stat(path)) then
configfile.value.filename.errtxt = "File already exists"
- elseif (#configfile.value.start.value > 0) and not tonumber(configfile.value.start.value) then
- configfile.value.start.errtxt = "Only numeric values!"
- return configfile
elseif (#configfile.value.step.value > 0) and not tonumber(configfile.value.step.value) then
configfile.value.step.errtxt = "Only numeric values!"
return configfile