mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Fix couple of comment typos
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
4ff500364d
commit
93b9e6503e
@ -53,7 +53,7 @@ int main(int argc, char **argv)
|
||||
{
|
||||
int ret = -1;
|
||||
virAdmConnectPtr conn = NULL;
|
||||
virAdmServerPtr srv = NULL; /* which server list the clients from */
|
||||
virAdmServerPtr srv = NULL; /* which server to list the clients from */
|
||||
virAdmClientPtr *clients = NULL; /* where to store the servers */
|
||||
ssize_t i = 0;
|
||||
int count = 0;
|
||||
|
@ -77,7 +77,7 @@ int main(int argc, char **argv)
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
/* now, try to change the redefine the current log output and filters */
|
||||
/* now, try to change the current log output and filters */
|
||||
if (virAdmConnectSetLoggingOutputs(conn, set_outputs, 0) < 0)
|
||||
goto cleanup;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user