mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-02 09:01:40 -05:00 
			
		
		
		
	Merge pull request #2140 from Hello71/patch-2
swayidle: fix stack overflow on sleep
This commit is contained in:
		
						commit
						7c44ca95f9
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -127,7 +127,8 @@ void acquire_sleep_lock() {
 | 
			
		|||
 | 
			
		||||
static int prepare_for_sleep(sd_bus_message *msg, void *userdata,
 | 
			
		||||
		sd_bus_error *ret_error) {
 | 
			
		||||
	bool going_down = true;
 | 
			
		||||
	/* "b" apparently reads into an int, not a bool */
 | 
			
		||||
	int going_down = 1;
 | 
			
		||||
	int ret = sd_bus_message_read(msg, "b", &going_down);
 | 
			
		||||
	if (ret < 0) {
 | 
			
		||||
		wlr_log(L_ERROR, "Failed to parse D-Bus response for Inhibit: %s",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue