diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-pmap.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-pmap.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.c b/xlators/mgmt/glusterd/src/glusterd-pmap.c index 75c72abcc93..8d392dd37d3 100644 --- a/xlators/mgmt/glusterd/src/glusterd-pmap.c +++ b/xlators/mgmt/glusterd/src/glusterd-pmap.c @@ -443,17 +443,17 @@ fail:  }  rpcsvc_actor_t gluster_pmap_actors[] = { -        [GF_PMAP_NULL] = {"NULL", GF_PMAP_NULL, NULL, NULL, NULL, 0}, +        [GF_PMAP_NULL] = {"NULL", GF_PMAP_NULL, NULL, NULL, 0},          [GF_PMAP_PORTBYBRICK] = {"PORTBYBRICK", GF_PMAP_PORTBYBRICK, -                                 gluster_pmap_portbybrick, NULL, NULL, 0}, +                                 gluster_pmap_portbybrick, NULL, 0},          [GF_PMAP_BRICKBYPORT] = {"BRICKBYPORT", GF_PMAP_BRICKBYPORT, -                                 gluster_pmap_brickbyport, NULL, NULL, 0}, +                                 gluster_pmap_brickbyport, NULL, 0},          [GF_PMAP_SIGNIN] = {"SIGNIN", GF_PMAP_SIGNIN, -                              gluster_pmap_signin, NULL, NULL, 0}, +                              gluster_pmap_signin, NULL, 0},          [GF_PMAP_SIGNOUT] = {"SIGNOUT", GF_PMAP_SIGNOUT, -                              gluster_pmap_signout, NULL, NULL, 0}, +                              gluster_pmap_signout, NULL, 0},          [GF_PMAP_SIGNUP] = {"SIGNUP", GF_PMAP_SIGNUP, -                              gluster_pmap_signup, NULL, NULL, 0}, +                              gluster_pmap_signup, NULL, 0},  };  | 
