summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2003-07-10 23:22:09 +0000
committerRafal Szczesniak <mimir@samba.org>2003-07-10 23:22:09 +0000
commit5af1d7cc9c0388c5edd59dbac8d882c300b6d9a8 (patch)
tree3ac7ec94b2584619e286e58b2d21af4596100531
parent38e71c101cfb975b99c4cf3ebbfb45f4e8f6e10e (diff)
downloadsamba-5af1d7cc9c0388c5edd59dbac8d882c300b6d9a8.tar.gz
samba-5af1d7cc9c0388c5edd59dbac8d882c300b6d9a8.tar.bz2
samba-5af1d7cc9c0388c5edd59dbac8d882c300b6d9a8.zip
Just a few formatting fixed caught while testing.
rafal (This used to be commit 156554738cf4e4ffa5a811d9979acd19418e7908)
-rw-r--r--source3/nsswitch/winbindd_util.c4
-rw-r--r--source3/utils/net_cache.c2
2 files changed, 1 insertions, 5 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index 1f123e896f..6177c46aef 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -297,14 +297,10 @@ BOOL winbindd_lookup_sid_by_name(struct winbindd_domain *domain,
* @brief Lookup a name in a domain from a sid.
*
* @param sid Security ID you want to look up.
- *
* @param name On success, set to the name corresponding to @p sid.
- *
* @param dom_name On success, set to the 'domain name' corresponding to @p sid.
- *
* @param type On success, contains the type of name: alias, group or
* user.
- *
* @retval True if the name exists, in which case @p name and @p type
* are set, otherwise False.
**/
diff --git a/source3/utils/net_cache.c b/source3/utils/net_cache.c
index 93c4f1aa1d..8dd9db599d 100644
--- a/source3/utils/net_cache.c
+++ b/source3/utils/net_cache.c
@@ -64,7 +64,7 @@ static void delete_cache_entry(const char* keystr, const char* datastr,
const time_t timeout, void* dptr)
{
if (!gencache_del(keystr))
- d_printf("Couldn't delete entry! key = %s", keystr);
+ d_printf("Couldn't delete entry! key = %s\n", keystr);
}