Diff for /libaitrpc/src/cli.c between versions 1.22.6.3 and 1.22.6.4

version 1.22.6.3, 2014/12/10 23:44:33 version 1.22.6.4, 2014/12/11 00:08:53
Line 656  rpc_cli_openClient2(u_char InstID, int netBuf, const c Line 656  rpc_cli_openClient2(u_char InstID, int netBuf, const c
                         return NULL;                          return NULL;
         } else          } else
                 strlcpy(szIface, csIface, sizeof szIface);                  strlcpy(szIface, csIface, sizeof szIface);
        if (e_getifacebyname(szIface, &sal))        if (!e_getifacebyname(szIface, &sal))
                 return NULL;                  return NULL;
   
         cli = e_malloc(sizeof(rpc_cli_t));          cli = e_malloc(sizeof(rpc_cli_t));

Removed from v.1.22.6.3  
changed lines
  Added in v.1.22.6.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>