add fields missing from missing from copy constructor

This commit is contained in:
Eric House 2022-09-06 10:34:29 -07:00
parent 881b9a92ad
commit ca2d97e647

View file

@ -1,7 +1,7 @@
/* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */ /* -*- compile-command: "find-and-gradle.sh inXw4dDeb"; -*- */
/* /*
* Copyright 2009-2020 by Eric House (xwords@eehouse.org). All * Copyright 2009 - 2022 by Eric House (xwords@eehouse.org). All rights
* rights reserved. * reserved.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
@ -429,6 +429,10 @@ public class CommsAddrRec implements Serializable {
sms_phone = src.sms_phone; sms_phone = src.sms_phone;
sms_port = src.sms_port; sms_port = src.sms_port;
p2p_addr = src.p2p_addr;
mqtt_devID = src.mqtt_devID;
} }
private void addTypeDefaults( Context context, CommsConnType typ ) private void addTypeDefaults( Context context, CommsConnType typ )