Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 1996 21:18:45 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-libexec
Subject:   cvs commit: src/libexec/ypxfr ypxfr_getmap.c ypxfr_misc.c
Message-ID:  <199602040518.VAA27589@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/02/03 21:18:45

  Modified:    libexec/ypxfr  ypxfr_getmap.c ypxfr_misc.c
  Log:
  ypxfr_getmap.c:
  - Handle 'empty' maps more gracefully. By empty I mean a valid map that
    just happens not to have any entries in it, such as you would get if
    you built a map database from an empty file. Previously, trying to
    ypxfr such a map would yield an 'NIS map/database error' which is not
    the correct behavior.
  
  ypxfr_misc:
  - Make sure to free() or xdr_free() dynamically allocated memory in
    ypxfr_get_master() as necessary.
  
  Revision  Changes    Path
  1.2       +5 -2      src/libexec/ypxfr/ypxfr_getmap.c
  1.2       +30 -11    src/libexec/ypxfr/ypxfr_misc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602040518.VAA27589>