Server/Shadow: Fix Authentication in shadow_client.c.
authorzihao.jiang <zihao.jiang@yahoo.com>
Fri, 2 Oct 2015 08:09:12 +0000 (16:09 +0800)
committerzihao.jiang <zihao.jiang@yahoo.com>
Mon, 5 Oct 2015 14:34:58 +0000 (22:34 +0800)
commit50e5837c0fd8aafa7d4bb5527c46bf379866fcd0
tree82bdef1f069eda9fae938253fa35394a8db84ae0
parent6d810a5d7829334b94ef5c48aa451fe274833a6e
Server/Shadow: Fix Authentication in shadow_client.c.
Currently if username or password is not set, the authentication is always failed because the authentication callback is never tried.
Fix to always give a chance to try the subsystem authentication callback even if username / password is not set.
server/shadow/shadow_client.c