]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
trunk: Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Apr 2020 21:52:25 +0000 (15:52 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 2 Apr 2020 21:52:38 +0000 (15:52 -0600)
src/lib/server/trunk.c

index 20c3958181f42966fc79c9fed8453827736d2860..762cad3f6616c2d617a4a7fd256c90cb0286ff71 100644 (file)
@@ -352,8 +352,8 @@ do { \
        MEM(_log = talloc(treq, fr_trunk_request_state_log_t)); \
        _log->from = treq->pub.state; \
        _log->to = _new; \
-       _log->function == __FUNCTION__; \
-       _log->line == __LINE__; \
+       _log->function = __FUNCTION__; \
+       _log->line = __LINE__; \
        fr_dlist_insert_tail(&treq->log, _log); \
        treq->pub.state = _new; \
 } while (0)