NIFI-3541 Add copying of local network interface for DtoFactory RPG copy. This closes #1574

This commit is contained in:
Aldrin Piri 2017-03-08 12:50:55 -05:00 committed by Matt Gilman
parent 3c862a1515
commit c9097e7db3
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
1 changed files with 1 additions and 0 deletions

View File

@ -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);