Just a few formatting fixed caught while testing.
authorRafal Szczesniak <mimir@samba.org>
Thu, 10 Jul 2003 23:22:09 +0000 (23:22 +0000)
committerRafal Szczesniak <mimir@samba.org>
Thu, 10 Jul 2003 23:22:09 +0000 (23:22 +0000)
rafal
(This used to be commit 156554738cf4e4ffa5a811d9979acd19418e7908)

source3/nsswitch/winbindd_util.c
source3/utils/net_cache.c

index 1f123e896fe92fa2899247cd72f358e045131d00..6177c46aefda04c4b6e669727d54dc6d912801bf 100644 (file)
@@ -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.
  **/
index 93c4f1aa1dfa41ef966b08eb6469e4c6291a3c43..8dd9db599dc885f7314533a453c3371ea5fb78f8 100644 (file)
@@ -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);
 }