mirror of https://github.com/apache/nifi.git
NIFI-3541 Add copying of local network interface for DtoFactory RPG copy. This closes #1574
This commit is contained in:
parent
3c862a1515
commit
c9097e7db3
|
@ -2879,6 +2879,7 @@ public final class DtoFactory {
|
|||
copy.setProxyPort(original.getProxyPort());
|
||||
copy.setProxyUser(original.getProxyUser());
|
||||
copy.setProxyPassword(original.getProxyPassword());
|
||||
copy.setLocalNetworkInterface(original.getLocalNetworkInterface());
|
||||
|
||||
copy.setContents(copyContents);
|
||||
|
||||
|
|
Loading…
Reference in New Issue