ct_srvname
char *server = ctx->ct_srvname;
if (ctx->ct_srvname[0] == '\0') {
DPRINT("server: %s", ctx->ct_srvname);
strlcpy(ctx->ct_srvname, name,
sizeof (ctx->ct_srvname));
strlcpy(ctx->ct_srvname, ctx->ct_fullserver,
sizeof (ctx->ct_srvname));
strlcpy(ctx->ct_srvname,
sizeof (ctx->ct_srvname));
DPRINT("server: %s", ctx->ct_srvname);
char *prin = ctx->ct_srvname;