Changeset 770 in code


Ignore:
Timestamp:
Feb 4, 2022, 2:41:40 PM (3 years ago)
Author:
contact
Message:

Fix capitalization of handleServiceSASLStatus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/service.go

    r768 r770  
    245245                                        usage:  "<network name>",
    246246                                        desc:   "show SASL status",
    247                                         handle: handleServiceSaslStatus,
     247                                        handle: handleServiceSASLStatus,
    248248                                },
    249249                                "set-plain": {
     
    690690}
    691691
    692 func handleServiceSaslStatus(ctx context.Context, dc *downstreamConn, params []string) error {
     692func handleServiceSASLStatus(ctx context.Context, dc *downstreamConn, params []string) error {
    693693        if len(params) != 1 {
    694694                return fmt.Errorf("expected exactly one argument")
Note: See TracChangeset for help on using the changeset viewer.