mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 21:20:31 -05:00 
			
		
		
		
	SDRDaemonSink: fixed compile error
This commit is contained in:
		
							parent
							
								
									79fe07efe1
								
							
						
					
					
						commit
						66a588403c
					
				@ -57,7 +57,7 @@ SDRdaemonSinkGui::SDRdaemonSinkGui(DeviceSinkAPI *deviceAPI, QWidget* parent) :
 | 
			
		||||
    m_nnSender = nn_socket(AF_SP, NN_PAIR);
 | 
			
		||||
    assert(m_nnSender != -1);
 | 
			
		||||
    int millis = 500;
 | 
			
		||||
    nn_setsockopt (m_nnSender, NN_SOL_SOCKET, NN_SNDTIMEO, &millis, sizeof (millis));
 | 
			
		||||
    int rc = nn_setsockopt(m_nnSender, NN_SOL_SOCKET, NN_SNDTIMEO, &millis, sizeof (millis));
 | 
			
		||||
    assert (rc == 0);
 | 
			
		||||
 | 
			
		||||
    m_countUnrecoverable = 0;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user