sin_len is non-compatible (but not required)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 14 Nov 1991 11:31:24 +0000 (03:31 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 14 Nov 1991 11:31:24 +0000 (03:31 -0800)
SCCS-vsn: usr.sbin/sendmail/src/udb.c 5.6

usr/src/usr.sbin/sendmail/src/udb.c

index 28b2671..3e3e13a 100644 (file)
@@ -8,9 +8,9 @@
 
 #ifndef lint
 #ifdef USERDB
 
 #ifndef lint
 #ifdef USERDB
-static char sccsid [] = "@(#)udb.c     5.5 (Berkeley) %G% (with USERDB)";
+static char sccsid [] = "@(#)udb.c     5.6 (Berkeley) %G% (with USERDB)";
 #else
 #else
-static char sccsid [] = "@(#)udb.c     5.5 (Berkeley) %G% (without USERDB)";
+static char sccsid [] = "@(#)udb.c     5.6 (Berkeley) %G% (without USERDB)";
 #endif
 #endif
 
 #endif
 #endif
 
@@ -353,7 +353,6 @@ _udbx_init()
                                        continue;
                                up->udb_type = UDB_REMOTE;
                                up->udb_addr.sin_family = h->h_addrtype;
                                        continue;
                                up->udb_type = UDB_REMOTE;
                                up->udb_addr.sin_family = h->h_addrtype;
-                               up->udb_addr.sin_len = h->h_length;
                                bcopy(h->h_addr_list[0],
                                      (char *) &up->udb_addr.sin_addr,
                                      h->h_length);
                                bcopy(h->h_addr_list[0],
                                      (char *) &up->udb_addr.sin_addr,
                                      h->h_length);