Changeset 770 in code
- Timestamp:
- Feb 4, 2022, 2:41:40 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/service.go
r768 r770 245 245 usage: "<network name>", 246 246 desc: "show SASL status", 247 handle: handleServiceS aslStatus,247 handle: handleServiceSASLStatus, 248 248 }, 249 249 "set-plain": { … … 690 690 } 691 691 692 func handleServiceS aslStatus(ctx context.Context, dc *downstreamConn, params []string) error {692 func handleServiceSASLStatus(ctx context.Context, dc *downstreamConn, params []string) error { 693 693 if len(params) != 1 { 694 694 return fmt.Errorf("expected exactly one argument")
Note:
See TracChangeset
for help on using the changeset viewer.