diff options
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-handler.c')
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-handler.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-handler.c b/xlators/mgmt/glusterd/src/glusterd-handler.c index 68cdb6fc3a7..3856de86fc7 100644 --- a/xlators/mgmt/glusterd/src/glusterd-handler.c +++ b/xlators/mgmt/glusterd/src/glusterd-handler.c @@ -2862,9 +2862,9 @@ glusterd_handle_probe_query (rpcsvc_request_t *req)          } else if (ret) {                  gf_log ("glusterd", GF_LOG_NORMAL, "Unable to find peerinfo"                          " for host: %s (%d)", remote_hostname, port); -                args.mode = GD_MODE_SWITCH_ON; +                args.mode = GD_MODE_ON;                  ret = glusterd_friend_add (remote_hostname, port, -                                           GD_FRIEND_STATE_DEFAULT, +                                           GD_FRIEND_STATE_PROBE_RCVD,                                             NULL, NULL, &peerinfo, 0, &args);                  if (ret) {                          gf_log ("", GF_LOG_ERROR, "Failed to add peer %s",  | 
