ncacn_http: fix GNUism
commit74ae99fb8e27d37c62b9fc7b0d6f0cde1e01ee9f
authorRalph Boehme <slow@samba.org>
Thu, 9 Oct 2014 14:41:10 +0000 (9 16:41 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 5 Jul 2015 21:51:47 +0000 (5 23:51 +0200)
treea9b1559a2e1eefcd2b9d69cae9ca028dba6a8a87
parent4c8b66eae10f8950ac06cd579058ad1ed3e4e9f5
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.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11371

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

(cherry picked from commit 9ae65baf3cd6382678624864f13fc053d942d013)

Autobuild-User(v4-2-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-2-test): Sun Jul  5 23:51:47 CEST 2015 on sn-devel-104
source4/lib/http/http.c