Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2003 19:39:33 -0800 (PST)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libutil property.c
Message-ID:  <200301270339.h0R3dXPG044463@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2003/01/26 19:39:33 PST

  Modified files:
    lib/libutil          property.c 
  Log:
  Now return NULLified struct in case of empty config file
  (previous variant return NULL pointer for both empty file case and error case,
  so caller can't sense error properly).
  
  It not affect existen programs because property_find() now returns NULL
  for both NULL pointer and NULLified struct.
  
  Revision  Changes    Path
  1.12      +9 -6      src/lib/libutil/property.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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