summaryrefslogtreecommitdiff
path: root/source3/services/services_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/services/services_db.c')
-rw-r--r--source3/services/services_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/services/services_db.c b/source3/services/services_db.c
index 6811db4b14..f3ec62a01b 100644
--- a/source3/services/services_db.c
+++ b/source3/services/services_db.c
@@ -148,7 +148,7 @@ static char *get_common_service_dispname( const char *servicename )
static char* cleanup_string( const char *string )
{
- static pstring clean;
+ pstring clean;
char *begin, *end;
pstrcpy( clean, string );
@@ -172,7 +172,7 @@ static char* cleanup_string( const char *string )
end--;
}
- return begin;
+ return talloc_strdup(talloc_tos(), begin);
}
/********************************************************************