diff options
author | Milind Changire <mchangir@redhat.com> | 2015-07-29 14:57:44 +0530 |
---|---|---|
committer | Raghavendra G <rgowdapp@redhat.com> | 2015-08-13 21:05:21 -0700 |
commit | 0ab5623774151ba98e3ac65918e365d441713b04 (patch) | |
tree | 0f74d903af83c6c59a59f946a517471a01ad1c8f /xlators/protocol/server/src/server-resolve.c | |
parent | c59a5ea945965067cb66fc4f2077726756cbedc3 (diff) |
rpc: check for unprivileged port should start at 1024
The current check for unprivileged port starts beyond 1024
i.e. port > 1024
The actual check should start at 1024
i.e. port >= 1024
Change-Id: I78aff3025891e3e78ca6a9a670c89571752157df
BUG: 1248450
Reviewed-on: http://review.gluster.org/#/c/11788/
Signed-off-by: Milind Changire <mchangir@redhat.com>
Reviewed-on: http://review.gluster.org/11804
Reviewed-by: Raghavendra Talur <rtalur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/protocol/server/src/server-resolve.c')
0 files changed, 0 insertions, 0 deletions