You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix extra member in xlators/features/changelog/src/changelog-rpc.c
The "static struct rpcsvc_program *changelog_programs[]"
includes an extra member by introducing a stray comma after "NULL".
This commit fixes that by removing the stray comma.
Signed-off-by: Thales Antunes de Oliveira Barretto <[email protected]>
0 commit comments