mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-03 21:43:25 +00:00 
			
		
		
		
	Fixed warning
This commit is contained in:
		@@ -464,7 +464,7 @@ int ogs_sockaddr_to_ip(
 | 
			
		||||
        ogs_error("No IP");
 | 
			
		||||
        return OGS_ERROR;
 | 
			
		||||
    }
 | 
			
		||||
    if (!addr && !addr) {
 | 
			
		||||
    if (!addr && !addr6) {
 | 
			
		||||
        ogs_error("No Address");
 | 
			
		||||
        return OGS_ERROR;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user