We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d55d0 commit d808a16Copy full SHA for d808a16
src/utils/remote.c
@@ -254,7 +254,7 @@ bool launch_agent(void)
254
static bool check_certified()
255
{
256
return strstr(PGPRO_VERSION_STR, "(certified)") ||
257
- strstr(PGPRO_VERSION_STR, ("(standard certified)"));
+ strstr(PGPRO_VERSION_STR, "(standard certified)");
258
}
259
#endif
260
0 commit comments