提交 6c7bdcb1 编写于 作者: P Peter Krempa

rpc: serverclient: Clear pointer with NULL instead of 0

上级 a5bf06ba
...@@ -721,7 +721,7 @@ virNetServerClientCreateIdentity(virNetServerClientPtr client) ...@@ -721,7 +721,7 @@ virNetServerClientCreateIdentity(virNetServerClientPtr client)
error: error:
virObjectUnref(ret); virObjectUnref(ret);
ret = 0; ret = NULL;
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册