From: James Jones Date: Thu, 8 Oct 2020 15:45:21 +0000 (-0500) Subject: Restore amount to advance by to fr_dbuff_marker_advance() (#3682) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17e1117da16e2407005a5ceb142ef11c13245e2;p=thirdparty%2Ffreeradius-server.git Restore amount to advance by to fr_dbuff_marker_advance() (#3682) --- diff --git a/src/lib/util/dbuff.h b/src/lib/util/dbuff.h index ed8020bb5ae..3931d1fad99 100644 --- a/src/lib/util/dbuff.h +++ b/src/lib/util/dbuff.h @@ -538,7 +538,7 @@ static inline ssize_t _fr_dbuff_marker_set(fr_dbuff_marker_t *m, uint8_t const * /* * Change the position in the buffer a marker points to */ -#define fr_dbuff_marker_advance(_marker) fr_dbuff_advance(_marker) +#define fr_dbuff_marker_advance(_marker, _n) fr_dbuff_advance(_marker, _n) /* * Reset the position in a dbuff to specified marker