server/{keyexch.c,keyset.c}: Eliminate `ks_tregen'.
[tripe] / server / admin.c
index df8af92..7fa3f0f 100644 (file)
@@ -1258,6 +1258,7 @@ static void acmd_add(admin *a, unsigned ac, char *av[])
        xfree(add->peer.tag);
       add->peer.tag = xstrdup(arg);
     })
+    OPT("-mobile", { add->peer.f |= PSF_MOBILE; })
   });
 
   /* --- Make sure someone's not got there already --- */