From 9f6e23a447a5145ee65a06a49844754f292ebee7 Mon Sep 17 00:00:00 2001 From: Zofia Abramowska Date: Fri, 29 Jan 2016 15:58:26 +0100 Subject: [PATCH] Add default empty authorsId to setupPath Change-Id: I7e11e6eeab09b7db372003f832f89f38fe0074cf --- src/common/include/smack-labels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/include/smack-labels.h b/src/common/include/smack-labels.h index 7202c6c..fab0c2b 100644 --- a/src/common/include/smack-labels.h +++ b/src/common/include/smack-labels.h @@ -48,7 +48,7 @@ void setupPath( const std::string &path, app_install_path_type pathType, const std::string &zoneId, - const std::string &authorId); + const std::string &authorId = std::string()); /** * Sets Smack labels on a / non-recursively -- 2.7.4