aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.c b/options.c
index c5ca8b6..812c3de 100644
--- a/options.c
+++ b/options.c
@@ -3632,6 +3632,11 @@ add_option (struct options *options,
}
}
#endif
+ else if (streq (p[0], "remote-ip-hint") && p[1])
+ {
+ VERIFY_PERMISSION (OPT_P_GENERAL|OPT_P_CONNECTION);
+ // fixme
+ }
else if (streq (p[0], "remote") && p[1])
{
struct remote_entry re;