Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorLadar Levison <ladar@lavabit.com>2015-12-27 01:52:01 +0300
committerLadar Levison <ladar@lavabit.com>2015-12-27 01:53:24 +0300
commit1db1deffee6eed30fccf895a6fc2e8be9363bfe9 (patch)
tree6f72d5d40ed10da587669cb34b07b4ae10a598d8 /res
parent3705731474ce14d4974643a9f575e66cc9068976 (diff)
I moved the clamp function out of the STACIE provider and into it's own parser, then flushed out the module with a complete collection of integer variants, and associated unit tests.
Diffstat (limited to 'res')
-rw-r--r--res/sql/Hostname.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/sql/Hostname.sql b/res/sql/Hostname.sql
index 544a04d9..51fa3fc6 100644
--- a/res/sql/Hostname.sql
+++ b/res/sql/Hostname.sql
@@ -1 +1 @@
-UPDATE Hosts SET hostname = 'dark.lavabit.com' WHERE hostnum = 1;
+UPDATE Hosts SET hostname = 'magma.lavabit.com' WHERE hostnum = 1;