diff options
Diffstat (limited to 'devel/clixon/files/patch-apps_netconf_netconf__main.c')
-rw-r--r-- | devel/clixon/files/patch-apps_netconf_netconf__main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clixon/files/patch-apps_netconf_netconf__main.c b/devel/clixon/files/patch-apps_netconf_netconf__main.c new file mode 100644 index 000000000000..580dea472946 --- /dev/null +++ b/devel/clixon/files/patch-apps_netconf_netconf__main.c @@ -0,0 +1,11 @@ +--- apps/netconf/netconf_main.c.orig 2018-11-07 19:13:50 UTC ++++ apps/netconf/netconf_main.c +@@ -294,7 +294,7 @@ static int + timeout_fn(int s, + void *arg) + { +- clicon_err(OE_EVENTS, ETIME, "User request timeout"); ++ clicon_err(OE_EVENTS, ETIMEDOUT, "User request timeout"); + return -1; + } + |