diff options
author | Volker Lendecke <vl@samba.org> | 2009-12-23 15:22:09 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-12-26 12:26:06 +0100 |
commit | 50e5f9dc512a7356b16bb68bdd4a80ae9dd436b3 (patch) | |
tree | 0257be0502f67b405e4b6277b08c33aff25b9308 /source3/libsmb | |
parent | 03617df24d14f928d445018038ba222cd75ca63e (diff) | |
download | samba-50e5f9dc512a7356b16bb68bdd4a80ae9dd436b3.tar.gz samba-50e5f9dc512a7356b16bb68bdd4a80ae9dd436b3.tar.bz2 samba-50e5f9dc512a7356b16bb68bdd4a80ae9dd436b3.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/conncache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/conncache.c b/source3/libsmb/conncache.c index 46dc6d6364..85a09cc9ce 100644 --- a/source3/libsmb/conncache.c +++ b/source3/libsmb/conncache.c @@ -13,12 +13,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ @@ -191,7 +191,7 @@ void add_failed_connection_entry(const char *domain, const char *server, DEBUG(1,("add_failed_connection_entry: failed to add " "domain %s (%s) to failed conn cache\n", domain, server)); - + done: TALLOC_FREE(key); TALLOC_FREE(value); |