]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
denc: fix build error by calling global snprintf
authorChangcheng Liu <changcheng.liu@intel.com>
Sat, 13 Apr 2019 06:06:52 +0000 (14:06 +0800)
committerChangcheng Liu <changcheng.liu@intel.com>
Sat, 13 Apr 2019 06:06:52 +0000 (14:06 +0800)
commitd5018973e368b53f7dc4425b4d68360dce5f90b5
tree37d7454f9fd834d9f62e27918b2e251eff99d1b5
parentbe4d819013565e74d354199bdb7bc23e1aaa4399
denc: fix build error by calling global snprintf

The snprintf in local namespace only need 3 parameters which
doesn't match the call function protertype here.
Fix the build error by calling global snprintf.

Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
src/include/denc.h