psss / rpms / libsepol

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