summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-model.lua')
-rw-r--r--postgresql-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-model.lua b/postgresql-model.lua
index 690802d..6a4d188 100644
--- a/postgresql-model.lua
+++ b/postgresql-model.lua
@@ -34,7 +34,7 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-function get_startstop(clientdata)
+function get_startstop(clientdata)
return modelfunctions.get_startstop(processname)
end