psss / rpms / libsepol

Forked from rpms/libsepol 5 years ago
Clone
5242278
--- libsepol-1.7.5/src/policydb.c~	2005-07-18 15:05:31.000000000 -0400
5242278
+++ libsepol-1.7.5/src/policydb.c	2005-07-25 09:36:04.000000000 -0400
5242278
@@ -2428,7 +2428,7 @@
5242278
 
5242278
         len = buf[1];
5242278
         if (len != strlen(target_str)) {
5242278
-                printf("security:  policydb string length %zu does not match expected length %zu\n", len, strlen(policydb_str));
5242278
+                printf("security:  policydb string length %zu does not match expected length %zu\n", len, strlen(target_str));
5242278
                 return -1;
5242278
         }
5242278