--- nap-1.5.4.orig/src/nap.c
+++ nap-1.5.4/src/nap.c
@@ -764,7 +764,7 @@
info.bandwidthupconn = -1;
info.sflag = 0;
- while ((c = getopt_long(argc, argv, "h?vbBNmrqatlTnf:x:g:s:d:u:p:e:U:D:P:C:M:o:",
+ while ((c = getopt_long(argc, argv, "h?vbBNmrqatlTnf:x:g:s:d:u:p:e:i:U:D:P:C:M:o:",
longopts, NULL)) != -1)
{
switch (c)
@@ -853,6 +853,9 @@
case 'e':
info.email = strdup(optarg);
break;
+ case 'i': /* dz */
+ chset("identity", optarg);
+ break;
case 'U': /* note there can be several -U options, each adding a dir */
if (!info.up) {
info.up = strdup(optarg);