double new line from help removed; ebusctl: polling timeout increased.

This commit is contained in:
Roland Jax
2015-01-05 15:55:48 +01:00
parent 2ef04903e9
commit c09f98eb8a
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ string fetchData(TCPSocket* socket, bool& listening)
// set timeout
tdiff.tv_sec = 0;
tdiff.tv_nsec = 100000;
tdiff.tv_nsec = 1E8;
#ifdef HAVE_PPOLL
int nfds = 2;