Skip to content

Fix syntax error in replicationErrorBehavior enum#10642

Merged
oranagra merged 1 commit into
redis:unstablefrom
enjoy-binbin:fix_multiple_definition
Apr 26, 2022
Merged

Fix syntax error in replicationErrorBehavior enum#10642
oranagra merged 1 commit into
redis:unstablefrom
enjoy-binbin:fix_multiple_definition

Conversation

@enjoy-binbin

Copy link
Copy Markdown
Contributor

Missing a typeof, we will get errors like this:

  • multiple definition of `replicationErrorBehavior'
  • ld: error: duplicate symbol: replicationErrorBehavior

Introduced in #10504

Missing a typeof, we will get errors like this:
- multiple definition of `replicationErrorBehavior'
- ld: error: duplicate symbol: replicationErrorBehavior

Introduced in redis#10504
@enjoy-binbin enjoy-binbin requested a review from oranagra April 26, 2022 11:25
@oranagra oranagra merged commit 156836b into redis:unstable Apr 26, 2022
@enjoy-binbin enjoy-binbin deleted the fix_multiple_definition branch April 26, 2022 11:29
enjoy-binbin added a commit to enjoy-binbin/redis that referenced this pull request Jul 31, 2023
Missing a typeof, we will get errors like this:
- multiple definition of `replicationErrorBehavior'
- ld: error: duplicate symbol: replicationErrorBehavior

Introduced in redis#10504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants