don't get stuck in loop, for real
This commit is contained in:
		
							parent
							
								
									d2bded47b1
								
							
						
					
					
						commit
						712148dfad
					
				| @ -246,7 +246,7 @@ notify(DBusMessage *dmsg) { | |||||||
|         dbus_message_iter_recurse(&hints, &hint); |         dbus_message_iter_recurse(&hints, &hint); | ||||||
|         while (dbus_message_iter_get_arg_type(&hint) != DBUS_TYPE_INVALID) { |         while (dbus_message_iter_get_arg_type(&hint) != DBUS_TYPE_INVALID) { | ||||||
|             if(dbus_message_iter_get_arg_type(&hint) != DBUS_TYPE_STRING) { |             if(dbus_message_iter_get_arg_type(&hint) != DBUS_TYPE_STRING) { | ||||||
|                 dbus_message_iter_next(&hints); |                 dbus_message_iter_next(&hint); | ||||||
|                 continue; |                 continue; | ||||||
|             } |             } | ||||||
|             dbus_message_iter_get_basic(&hint, &hint_name); |             dbus_message_iter_get_basic(&hint, &hint_name); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sascha Kruse
						Sascha Kruse