'make syntax-check' wasn't happy with commit
fb00420.
* tests/virnetsockettest.c (checkProtocols): Typo fix.
Signed-off-by: Eric Blake <eblake@redhat.com>
/*
- * 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
*freePort = 0;
if (getifaddrs(&ifaddr) < 0) {
- perror ("getifaddrs");
+ perror("getifaddrs");
goto cleanup;
}