diff options
author | Günther Deschner <gd@samba.org> | 2008-01-04 17:33:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-04 17:43:23 +0100 |
commit | 77219ddd220649986fc4f1532271a832d25528bc (patch) | |
tree | ee8f25d72139432e6d43045a1837b382702c598f /source3 | |
parent | 28ef4878d937405340cc1984ef674ad0b670ef0c (diff) | |
download | samba-77219ddd220649986fc4f1532271a832d25528bc.tar.gz samba-77219ddd220649986fc4f1532271a832d25528bc.tar.bz2 samba-77219ddd220649986fc4f1532271a832d25528bc.zip |
Fix build warning.
Guenther
(This used to be commit a43125d9e9052fab8eb561976f45d1db4622482e)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_conf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index a758391630..63d5477c9d 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -856,7 +856,6 @@ int net_conf(int argc, const char **argv) regdb_close(); -done: return ret; } |