]> arthur.barton.de Git - netatalk.git/commit
Fix a bug where only the first configured UAM was loaded
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 5 Nov 2013 09:57:17 +0000 (10:57 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 5 Nov 2013 09:57:17 +0000 (10:57 +0100)
commit9f3fb96df7232b8652d92ce7969acc039dbef126
treef1e58fd4d3f03e503efd30a4b9c513703f40538c
parentd4ca2f0c28dcda730e69ca743c5b3c907b945010
Fix a bug where only the first configured UAM was loaded

Caused by strtok() not being async signal safe, use strtok_r() instead.
Fixes bug #537.
etc/afpd/auth.c