Skip to content

Commit

Permalink
clients/upsmon.c: fix comment wording [#840, #2240]
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
  • Loading branch information
jimklimov authored Jan 20, 2024
1 parent d9477f9 commit b48a3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/upsmon.c
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ static int apply_for_primary(utype_t *ups)
return 0;
}

/* authenticate to upsd, plus do LOGIN and MASTER if applicable */
/* authenticate to upsd, plus do LOGIN and apply for PRIMARY/MASTER privileges
* if applicable to this ups device MONITORing configuration */
static int do_upsd_auth(utype_t *ups)
{
char buf[SMALLBUF];
Expand Down

0 comments on commit b48a3de

Please sign in to comment.