diff options
author | Michael Adam <obnox@samba.org> | 2008-01-13 22:56:56 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-01-13 23:16:41 +0100 |
commit | ecc53ab37147affbc0ee6fdae5a980dabe73b4f4 (patch) | |
tree | e7ecc012a05cea6155a0a0c3b2d19b44d497d59d | |
parent | 8fc2db5070aadee5719fd1651e86d92378927cbf (diff) | |
download | samba-ecc53ab37147affbc0ee6fdae5a980dabe73b4f4.tar.gz samba-ecc53ab37147affbc0ee6fdae5a980dabe73b4f4.tar.bz2 samba-ecc53ab37147affbc0ee6fdae5a980dabe73b4f4.zip |
Add a comment header to libnet_conf_set_global_parameter().
Michael
(This used to be commit c050b148d00c79571ef0e85c6e7c86d551ca6efd)
-rw-r--r-- | source3/libnet/libnet_conf.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/libnet/libnet_conf.c b/source3/libnet/libnet_conf.c index 3934f2c476..005a35fd0c 100644 --- a/source3/libnet/libnet_conf.c +++ b/source3/libnet/libnet_conf.c @@ -884,6 +884,12 @@ done: * **********************************************************************/ +/** + * Set a global parameter + * (i.e. a parameter in the [global] service). + * + * This also creates [global] when it does not exist. + */ WERROR libnet_conf_set_global_parameter(struct libnet_conf_ctx *ctx, const char *param, const char *val) { |