Ticket #78: timeout.diff

File timeout.diff, 435 bytes (added by Jan-Nik, 5 months ago)

See: http://colabti.org/irclogger/irclogger_log/autopackage?date=2008-04-29

  • autosu.c

    old new  
    257257        int shmid = -1; /* If an error occurs return -1 */ 
    258258 
    259259        /* 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 ()); 
    261261        in = popen (command, "r"); 
    262262        g_free (command); 
    263263