diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2017-11-02 01:40:00 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2017-11-02 10:56:04 +0000 |
commit | ac0d539f84f12871695c4e0aa2f0f7867d6ecb77 (patch) | |
tree | 4ae531ad714f5142fdf2ec584801d97cde9e5541 /xlators/mgmt/glusterd | |
parent | 3e10ac08c5273980c3a144f681f9a96dffcbcb77 (diff) |
glusterd: PW.INCLUDE_RECURSION coverity fix
Problem: #include file "glusterd.h" includes itself,
glusterd.h -> glusterd-pmap.h -> glusterd.h
Fix: remove inclusion statement
Change-Id: I28f2043a73a50ae2c7b670e2dece4a3f3fffbcd6
BUG: 789278
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-pmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.h b/xlators/mgmt/glusterd/src/glusterd-pmap.h index f642d66ea38..b0fa8aca559 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.h +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.h @@ -19,7 +19,6 @@ #include "call-stub.h" #include "fd.h" #include "byte-order.h" -#include "glusterd.h" #include "rpcsvc.h" |