Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 527
    • Issues 527
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • BINDBIND
  • Issues
  • #116
Closed
Open
Created Feb 27, 2018 by Ghost User@ghost

dnsrpz-enable log message appears to be broken

See the following log message:

#ifndef USE_DNSRPS
	if (dnsrps_enabled) {
	        cfg_obj_log(rpz_obj, named_g_lctx, DNS_RPZ_ERROR_LEVEL,
	                    "\"dnsrps-enable yes\" but"
		            " with `./configure --enable-dnsrps`");
	        return (ISC_R_FAILURE);
	}
#else

Should it not say without? That log message is better thrown away and handled as a CFG_CLAUSEFLAG_NOTCONFIGURED.

Edited Feb 27, 2018 by Ghost User
Assignee
Assign to
Time tracking