ncacn_http: fix GNUism
authorRalph Boehme <slow@samba.org>
Thu, 9 Oct 2014 14:41:10 +0000 (16:41 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 9 Oct 2014 20:05:25 +0000 (22:05 +0200)
commit9ae65baf3cd6382678624864f13fc053d942d013
tree5d4b7398c8a219a0edef1337ecaad87d687db2d4
parentccb0d9d6169594e8dd1c8935c9dfec51ee7125c4
ncacn_http: fix GNUism

%a format conversion is a GNU extension, use the more portable %m.
It's at least in SUSv4, supported by glibc since 2.7 and FreeBSD 10.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Oct  9 22:05:26 CEST 2014 on sn-devel-104
source4/lib/http/http.c