]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - man/vtable-example.c
test/test-functions: avoid stderr noise, only umount on cleanup if mountpoint
[thirdparty/systemd.git] / man / vtable-example.c
index a2a6cd18d7527b057382320e719567678290fb43..98c20eec5227d191fe974a1728dc250725900493 100644 (file)
@@ -59,7 +59,7 @@ int main(int argc, char **argv) {
                                  vtable,
                                  &object));
 
-  while (true) {
+  for (;;) {
     check(sd_bus_wait(bus, UINT64_MAX));
     check(sd_bus_process(bus, NULL));
   }