s3-smbspool: Use strtol() instead of atoi().
commiteb1bf816b6fb0e3bc9b8a872e59223e552545bf2
authorAndreas Schneider <asn@samba.org>
Thu, 22 Jan 2015 08:57:58 +0000 (22 09:57 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 22 Jan 2015 19:29:06 +0000 (22 20:29 +0100)
tree34a0420eac0aa3d84b3bc7fafbb193934ab133a3
parent63552f1c4c05a710143f12c2269754d0e547d945
s3-smbspool: Use strtol() instead of atoi().

This fixes a coverity warning.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/client/smbspool.c