Ticket #78: timeout.diff
| File timeout.diff, 435 bytes (added by Jan-Nik, 5 months ago) |
|---|
-
autosu.c
old new 257 257 int shmid = -1; /* If an error occurs return -1 */ 258 258 259 259 /* Run 'xauth list' and get it's output */ 260 command = g_strdup_printf ("%s list", get_xauth_path ());260 command = g_strdup_printf ("%s -n list", get_xauth_path ()); 261 261 in = popen (command, "r"); 262 262 g_free (command); 263 263
