s3:web/swat: use strtoll() instead of atoi/atol/atoll
authorStefan Metzmacher <metze@samba.org>
Fri, 5 Aug 2011 17:48:38 +0000 (19:48 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Aug 2011 18:57:34 +0000 (20:57 +0200)
commit4a74cd7139c7169e2958f7d219136b52c962da3c
tree7d4a91a34687c0c118f05fe2a5209d80e882c1e4
parentbf81987cf670338308e258ea2114822165e84286
s3:web/swat: use strtoll() instead of atoi/atol/atoll

This is more portable, as we have a strtoll replacement
in lib/replace.

metze
source3/web/swat.c