]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
login-common: Split client_create() to client_alloc() and client_init()
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 31 Oct 2017 22:49:53 +0000 (00:49 +0200)
committerTimo Sirainen <tss@dovecot.fi>
Mon, 6 Nov 2017 23:09:00 +0000 (01:09 +0200)
commit66ea9eaaa2d7531b3be8f633937628c94d907031
treea7957f23e58e15ba8d217081a937cc11060e0aa1
parent14a07d2bb34f1d52fce3e3218799f271f118d501
login-common: Split client_create() to client_alloc() and client_init()

client_unref() can be used to free an allocated client that hasn't been
fully created.
src/login-common/client-common.c
src/login-common/client-common.h
src/login-common/main.c