mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
				synced 2025-11-03 21:53:25 +00:00 
			
		
		
		
	Removed IN_ADDR_NONE
This commit is contained in:
		@@ -936,7 +936,7 @@ int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause) {
 | 
			
		||||
#ifdef HAVE_INET_ATON
 | 
			
		||||
    inet_aton("255.255.255.255", &m);
 | 
			
		||||
#else
 | 
			
		||||
    m.s_addr = INADDR_NONE;
 | 
			
		||||
    m.s_addr = -1;
 | 
			
		||||
#endif
 | 
			
		||||
    /* printf("Setting up interface and routing\n");*/
 | 
			
		||||
    tun_addaddr(tun, &addr,  &addr, &m);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user