r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
[nivanova/samba-autobuild/.git] / source3 / lib / util_pw.c
index 52054ce90a57cfd209317e8c1b89e6a684f7573a..2c8f2d4a7d9f763d19fcd231f79ce099c6b587f4 100644 (file)
@@ -49,7 +49,7 @@ static void init_pwnam_cache(void)
        pwnam_cache = TALLOC_ZERO_ARRAY(NULL, struct passwd *,
                                        PWNAMCACHE_SIZE);
        if (pwnam_cache == NULL) {
-               smb_panic("Could not init pwnam_cache\n");
+               smb_panic("Could not init pwnam_cache");
        }
 
        return;