Skip to content

Commit

Permalink
Sub-task CORE-1779 : backport fix for CORE-1775
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed May 2, 2008
1 parent 92cea80 commit f808459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jrd/scl.epp
Expand Up @@ -469,7 +469,7 @@ SecurityClass* SCL_get_class(const TEXT* _string)
s_class;
s_class = s_class->scl_next)
{
if (string == s_class->scl_name) {
if (!strcmp(string.c_str(), s_class->scl_name)) {
return s_class;
}
}
Expand Down

0 comments on commit f808459

Please sign in to comment.