* prof_tree.c (profile_node_iterator): Added comments indicating that
authorTheodore Tso <tytso@mit.edu>
Mon, 25 Jan 1999 23:47:01 +0000 (23:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 25 Jan 1999 23:47:01 +0000 (23:47 +0000)
commit8b4a28977a13e39489cda61f29eee160e86abde5
tree79b9c7f39defa52d86d9c49e6887691ffef758b8
parented31324c2376283424ff80c8c051b9d75963ec1f
* prof_tree.c (profile_node_iterator): Added comments indicating that
profile_node_iterator, not being an exported interface, returns
pointers into the parse tree, and that values should be strdup()'ed
before returning them to a calling application.

prof_get.c (profile_iterator): Strdup the name and value strings
before returning them to the calling application.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11124 dc483132-0cff-0310-8789-dd5450dbe970
src/util/profile/prof_get.c
src/util/profile/prof_tree.c