Use strtok_r() instead of strtok().
authorBen Pfaff <blp@nicira.com>
Fri, 9 Jan 2009 00:49:31 +0000 (16:49 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 13 Jan 2009 01:00:28 +0000 (17:00 -0800)
commit0475211bdcf97be1690023016ce127727e2cc5fa
tree11a3c74db18c5fa454ac85fb3ae45d4d376ba924
parent0b76831f0bac4f50594a16a16c68217d0f8d48d6
Use strtok_r() instead of strtok().

Not a bug but a style issue, since this code doesn't call and isn't called
by other code that uses strtok().

Found by Chris Eagle via Fortify.
utilities/dpctl.c