Commit e4f4e6ba authored by Vasyl Gomonovych's avatar Vasyl Gomonovych Committed by John Johansen
Browse files

AppArmor: Remove semicolon



Remove unneeded semicolon

Signed-off-by: default avatarVasyl Gomonovych <gomonovych@gmail.com>
Signed-off-by: default avatarJohn Johansen <john.johansen@canonical.com>
parent 278de07e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ static int d_namespace_path(const struct path *path, char *buf, char **name,
			error = PTR_ERR(res);
			*name = buf;
			goto out;
		};
		}
	} else if (!our_mnt(path->mnt))
		connected = 0;