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