提交 53e3f9e4 编写于 作者: E Eric Blake

tests: fix syntax in previous patch

'make syntax-check' wasn't happy with commit fb004207.

* tests/virnetsockettest.c (checkProtocols): Typo fix.
Signed-off-by: NEric Blake <eblake@redhat.com>
上级 1063a0ff
/*
* Copyright (C) 2011 Red Hat, Inc.
* Copyright (C) 2011, 2014 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -61,7 +61,7 @@ checkProtocols(bool *hasIPv4, bool *hasIPv6,
*freePort = 0;
if (getifaddrs(&ifaddr) < 0) {
perror ("getifaddrs");
perror("getifaddrs");
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册