]> arthur.barton.de Git - netatalk.git/commit
MFH and MFM: 1.12, 1.13
authorjmarcus <jmarcus>
Sun, 16 Dec 2001 23:26:17 +0000 (23:26 +0000)
committerjmarcus <jmarcus>
Sun, 16 Dec 2001 23:26:17 +0000 (23:26 +0000)
commit2b73a7b3027ed6fd341d21130b3247b2eb9a228c
treeaf33f6f2bdab29e76a3ae57c81b9ae585ff1277a
parentcde16d6f13c101ae4e0bf2cdfa96351795250dbe
MFH and MFM: 1.12, 1.13

Certain platforms do not support snprintf() (e.g. Tru64).  Remove that
function call, and replace it with sprintf() after verifying we aren't
going to overflow srvloc_url.

Remove the snprintf() argument from the sprintf() calls.  Thanks to
Burkhard Schmidt for catching this.
etc/afpd/afp_config.c