Make opr_uuid_toString return a status
authorJeffrey Hutzelman <jhutz@cmu.edu>
Wed, 19 Jun 2013 03:34:45 +0000 (23:34 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 21 Jun 2013 18:17:48 +0000 (11:17 -0700)
commit21d8df0432af14a95dcf6bd583ba2122afb10b28
tree21dbbee5898729828395cfcb0aa2a75150a44b1d
parent6aefd0d93b28383bc5dd5fb616f6ac45f34982dd
Make opr_uuid_toString return a status

Don't assume that converting a UUID to a string will always succeed.
Instead, opr_uuid_toString should return a status result to indicate
whether the operation was successful or not.

Change-Id: I49e6bf53b2a878342d3137510d2eca522e58604d
Reviewed-on: http://gerrit.openafs.org/9990
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/opr/uuid.c
src/opr/uuid.h
tests/opr/uuid-t.c