diff options
Diffstat (limited to 'x11vnc/solid.c')
-rw-r--r-- | x11vnc/solid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/solid.c b/x11vnc/solid.c index 74a0902..f55dbd1 100644 --- a/x11vnc/solid.c +++ b/x11vnc/solid.c @@ -678,8 +678,8 @@ static char *dcop_session(void) { p = strtok(out, "\n"); while (p) { - if (db) fprintf(stderr, "p: %s\n", p); char *q = strstr(p, ".DCOP"); + if (db) fprintf(stderr, "p: %s\n", p); if (q == NULL) { ; } else if (host) { |