diff options
Diffstat (limited to 'src/core/ns_recover.cpp')
-rw-r--r-- | src/core/ns_recover.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/ns_recover.cpp b/src/core/ns_recover.cpp index da6d4381f..acbc7073b 100644 --- a/src/core/ns_recover.cpp +++ b/src/core/ns_recover.cpp @@ -7,9 +7,8 @@ * * Based on the original code of Epona by Lara. * Based on the original code of Services by Andy Church. - * - * */ + /*************************************************************************/ #include "module.h" @@ -68,7 +67,7 @@ class CommandNSRecover : public Command } else { - if (u->Account() == na->nc || (!(na->nc->HasFlag(NI_SECURE)) && is_on_access(u, na->nc))) + if (u->Account() == na->nc || (!na->nc->HasFlag(NI_SECURE) && is_on_access(u, na->nc))) { char relstr[192]; |