auth: remove stale "magic number" comment 90/13490/2
authorMark Vitale <mvitale@sinenomine.net>
Wed, 6 Feb 2019 21:55:03 +0000 (16:55 -0500)
committerBenjamin Kaduk <kaduk@mit.edu>
Tue, 12 Feb 2019 00:48:01 +0000 (19:48 -0500)
commitd0a2889098526aa148d99e042aa8c3f7855565f7
tree8498c9e54dd696be24685ade202a888497d3fd0f
parent297c479989efb6bd9d4011a43d6c0dc92596761b
auth: remove stale "magic number" comment

A comment in GenericAuth() refers to a "magic number" which used to be
present as:

  *aindex = 2;

Commit d5622d03196762bd8a60404fea98b4bb044e076d made this a proper enum:

  *aindex = RX_SECIDX_KAD;

Update the comment to remove mention of a "magic number".

No functional change is incurred by this commit.

Change-Id: I1d4770211fe4f88822426a9fe19db77bbb0d7738
Reviewed-on: https://gerrit.openafs.org/13490
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/auth/authcon.c