Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56314
Collapse All | Expand All

(-)cyrus-sasl-2.1.18-orig/lib/common.c (-3 / +5 lines)
Lines 1794-1802 Link Here
1794
  if (! path)
1794
  if (! path)
1795
    return SASL_BADPARAM;
1795
    return SASL_BADPARAM;
1796
1796
1797
  *path = getenv(SASL_PATH_ENV_VAR);
1797
  if (getuid() == geteuid() && getgid() == getegid()) {
1798
  if (! *path)
1798
    *path = getenv(SASL_PATH_ENV_VAR);
1799
    *path = PLUGINDIR;
1799
    if (! *path)
1800
      *path = PLUGINDIR;
1801
  }
1800
1802
1801
  return SASL_OK;
1803
  return SASL_OK;
1802
}
1804
}

Return to bug 56314