]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Wed, 20 Jul 2022 15:44:13 +0000 (11:44 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 20 Jul 2022 15:45:05 +0000 (11:45 -0400)
src/lib/unlang/interpret.c

index 6c844750778ee8b4e7aca0544c977b4e8a412523..cab66687d945bd8322173df1094d3ccc0adf250d 100644 (file)
@@ -1084,7 +1084,7 @@ void unlang_interpret_signal(request_t *request, fr_state_signal_t action)
        switch (action) {
        case FR_SIGNAL_CANCEL:
                unlang_interpret_request_stop(request);         /* Stop gets the request in a consistent state */
-               request->log.unlang_indent == 0;                /* nothing unwinds the indentation stack */
+               request->log.unlang_indent = 0;                 /* nothing unwinds the indentation stack */
                unlang_interpret_request_done(request);         /* Done signals the request is complete */
                break;