lib/func.tcl: Stupid long-standing typo in `sync-profiles'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 6 Dec 2012 03:41:05 +0000 (03:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 6 Dec 2012 03:42:57 +0000 (03:42 +0000)
lib/func.tcl

index a3b58dc..9e03b5b 100644 (file)
@@ -425,7 +425,7 @@ proc sync-profiles {} {
          UPDATE profile SET
                  extensions = $d(extensions),
                  issue_time = $d(issue-time),
          UPDATE profile SET
                  extensions = $d(extensions),
                  issue_time = $d(issue-time),
-                 start_skew = $(start-skew),
+                 start_skew = $d(start-skew),
                  expire_interval = $d(expire-interval),
                  tombstone = 0
          WHERE label = $p;
                  expire_interval = $d(expire-interval),
                  tombstone = 0
          WHERE label = $p;