diff options
| author | Edward Thomson <ethomson@github.com> | 2017-01-21 23:45:23 +0000 |
|---|---|---|
| committer | Edward Thomson <ethomson@github.com> | 2017-01-21 23:45:23 +0000 |
| commit | 28d0ba0ba5f41f71997a15e81bbda4ed2d1b896a (patch) | |
| tree | b03c94a2b3a901f12503c10ff6fc13d130668c32 /src/settings.c | |
| parent | 452bf57cbe665768810f2597aba50b9afc9509a7 (diff) | |
| download | libgit2-28d0ba0ba5f41f71997a15e81bbda4ed2d1b896a.tar.gz | |
symbolic ref target validation: fixups
Fixups requested in #3912.
Diffstat (limited to 'src/settings.c')
| -rw-r--r-- | src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 1fcdce2ed..bf0477b06 100644 --- a/src/settings.c +++ b/src/settings.c @@ -192,7 +192,7 @@ int git_libgit2_opts(int key, ...) git_object__strict_input_validation = (va_arg(ap, int) != 0); break; - case GIT_OPT_ENABLE_SYMBOLIC_REF_TARGET_VALIDATION: + case GIT_OPT_ENABLE_STRICT_SYMBOLIC_REF_CREATION: git_reference__enable_symbolic_ref_target_validation = (va_arg(ap, int) != 0); break; |
