]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
addr_parsing: make , and ; and ' ' all delimiters
authorSage Weil <sage@inktank.com>
Thu, 18 Oct 2012 00:44:12 +0000 (17:44 -0700)
committerSage Weil <sage@inktank.com>
Thu, 18 Oct 2012 06:04:45 +0000 (23:04 -0700)
commitea42eb1f7866fed0e843257ce05e34503fd0129c
tree8bea8f7ab5435ebb8f84c09356b87eeef595f3d9
parentb0164d9902c834c95187f6b277f58a30d26cc4d3
addr_parsing: make , and ; and ' ' all delimiters

Instead of just ,.  Currently "foo.com, bar.com" will fail because of the
space after the comma.  This patches fixes that, and makes all delim
chars interchangeable.

Signed-off-by: Sage Weil <sage@inktank.com>
src/include/addr_parsing.c