--- attr_back_fd.c~	Mon Apr 29 10:56:22 2002
+++ attr_back_fd.c	Thu May 30 10:27:48 2002
@@ -111,11 +111,14 @@
         res = rsbac_get_attr_n(get_attr_module(attr_list[j]), type, name, attr_list[j], &value, 0);
         if(res)
           {
-            get_error_name(tmp1,res);
-            fprintf(stderr, "%s (%s): %s\n",
-                    name,
-                    get_attribute_name(tmp2,attr_list[j]),
-                    tmp1);
+            if(res != -RSBAC_EINVALIDMODULE)
+              {
+                get_error_name(tmp1,res);
+                fprintf(stderr, "%s (%s): %s\n",
+                        name,
+                        get_attribute_name(tmp2,attr_list[j]),
+                        tmp1);
+              }
           }
         else
           switch(attr_list[j])
