diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-30 01:05:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-08-30 01:05:20 -0400 |
commit | 466155abb3603a7befe1574d0a1400136e3fdf5b (patch) | |
tree | 7452b58173728add35a2a11d6cf36b1d934b7b66 /multihome.c | |
parent | d78ce54261fb4d48ba172faae8a64552a53341a4 (diff) | |
download | multihome-466155abb3603a7befe1574d0a1400136e3fdf5b.tar.gz |
Close transfer config
Diffstat (limited to 'multihome.c')
-rw-r--r-- | multihome.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multihome.c b/multihome.c index 099a4c7..3f05325 100644 --- a/multihome.c +++ b/multihome.c @@ -358,6 +358,7 @@ void user_transfer() { break; } } + fclose(fp); } // begin argp setup |