Deleted Added
full compact
2c2
< * Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
---
> * Copyright (C) 2009, 2014 Internet Systems Consortium, Inc. ("ISC")
49c49,51
< * and create a new irs_resconf_t object from the configuration.
---
> * and create a new irs_resconf_t object from the configuration. If the file
> * is not found ISC_R_FILENOTFOUND is returned with the structure initialized
> * as if file contained only:
50a53,55
> * nameserver ::1
> * nameserver 127.0.0.1
> *
57a63,67
> * Returns:
> * \li ISC_R_SUCCESS on success
> * \li ISC_R_FILENOTFOUND if the file was not found. *confp will be valid.
> * \li other on error.
> *