From 5e669fafa4180e588721b482c304a4c2eff40eaa Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 24 Jun 2019 13:35:53 +0800
Subject: [PATCH] somehow made a typo

---
 src/app/identity.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/identity.ts b/src/app/identity.ts
index 27ca4d4..7361eeb 100644
--- a/src/app/identity.ts
+++ b/src/app/identity.ts
@@ -22,7 +22,7 @@ export class Identity {
     id.site.cafingerprint = this.site.cafingerprint;
     id.site.dtn = this.site.dtn;
     id.site.lscmd = this.site.lscmd;
-    is.site.dtnport = this.site.dtnport;
+    id.site.dtnport = this.site.dtnport;
     return id;
   }
   displayName(): string {
-- 
GitLab