80x24, dog.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1181 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-12-13 21:50:10 +00:00
parent bfe8ef82a8
commit 8100bf57b4

View file

@ -1,7 +1,8 @@
2005-12-13 Robert Love <rml@novell.com>
* src/named-manager/nm-named-manager.c: Revert earlier commit. Instead, fail silently if config is NULL
by not asserting and not returning FALSE. Also, make sure we always fclose() the file.
* src/named-manager/nm-named-manager.c: Revert earlier commit.
Instead, fail silently if config is NULL by not asserting and not
returning FALSE. Also, make sure we always fclose() the file.
2005-12-13 Robert Love <rml@novell.com>