remove trailing blanks

This commit is contained in:
Jim Meyering 2008-05-14 21:22:04 +00:00
parent 13555de861
commit 1a741570e4

View File

@ -1924,7 +1924,7 @@ remoteReadConfigFile (struct qemud_server *server, const char *filename)
GET_CONF_STR (conf, filename, tls_port);
GET_CONF_STR (conf, filename, tcp_port);
GET_CONF_STR (conf, filename, listen_addr);
if (remoteConfigGetAuth(conf, "auth_unix_rw", &auth_unix_rw, filename) < 0)
goto free_and_fail;
#if HAVE_POLKIT