Re: [LEDE-DEV] [PATCH rpcd v2] sys: fix passwd path

2017-11-26 Thread Roman Yeryomin
On 2017-11-26 17:39, Daniel Golle wrote: Hi Roman, On Sun, Nov 26, 2017 at 12:02:14PM +0200, Roman Yeryomin wrote: Changes from v1: - use pointer to reduce compile size Signed-off-by: Roman Yeryomin --- sys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys.c b/sy

Re: [LEDE-DEV] [PATCH rpcd v2] sys: fix passwd path

2017-11-26 Thread Daniel Golle
Hi Roman, On Sun, Nov 26, 2017 at 12:02:14PM +0200, Roman Yeryomin wrote: > Changes from v1: > - use pointer to reduce compile size > > Signed-off-by: Roman Yeryomin > --- > sys.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/sys.c b/sys.c > index 40f49ca..12219

[LEDE-DEV] [PATCH rpcd v2] sys: fix passwd path

2017-11-26 Thread Roman Yeryomin
Changes from v1: - use pointer to reduce compile size Signed-off-by: Roman Yeryomin --- sys.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys.c b/sys.c index 40f49ca..122191b 100644 --- a/sys.c +++ b/sys.c @@ -78,6 +78,7 @@ rpc_cgi_password_set(struct ubus_context *c