diff options
author | Michael Adam <obnox@samba.org> | 2009-12-21 23:33:23 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:14:59 +0100 |
commit | 6ea160ffffdde1dd2dd23857d2d8bda032b4048a (patch) | |
tree | b60faa856d79b12c6fa4d6f6a39f8e92e45f3f4b /src/conf.c | |
parent | c15434df2ba11832291febde42295068b84c06e3 (diff) |
conf: make free_config static
Michael
Diffstat (limited to 'src/conf.c')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ struct { const unsigned int ndirectives = sizeof (directives) / sizeof (directives[0]); -void free_config (struct config_s *conf) +static void free_config (struct config_s *conf) { safefree (conf->config_file); safefree (conf->logf_name); |