Also remove a stale comment in the area. This makes libvirt compile when
passed --with-lxc and --enable-compiler-warnings=error
*/
int moveInterfaceToNetNs(const char* interface, int pidInNs)
{
- int rc;
- /* offset of the pid field in the following args */
+ int rc = -1;
char *pid = NULL;
const char *argv[] = {
"ip", "link", "set", interface, "netns", NULL, NULL
};
int cmdResult;
- int len;
if (NULL == interface) {
goto error_out;