Skip to content

Commit

Permalink
ipvs: fix the IPVS_CMD_ATTR_MAX definition
Browse files Browse the repository at this point in the history
It was wrong (bigger) but problem is harmless.

Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
  • Loading branch information
Julian Anastasov authored and Simon Horman committed Oct 15, 2013
1 parent 5830845 commit 120c979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/linux/ip_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ enum {
__IPVS_CMD_ATTR_MAX,
};

#define IPVS_CMD_ATTR_MAX (__IPVS_SVC_ATTR_MAX - 1)
#define IPVS_CMD_ATTR_MAX (__IPVS_CMD_ATTR_MAX - 1)

/*
* Attributes used to describe a service
Expand Down

0 comments on commit 120c979

Please sign in to comment.