1sasl_dispose(10 July 2001) sasl_dispose(10 July 2001)
2
3
4
6 sasl_dispose - Dispose of a SASL connection object
7
8
10 #include <sasl/sasl.h>
11
12
13 void sasl_dispose(sasl_conn_t **pconn );
14
15
17 sasl_dispose is called when a SASL connection object is no longer
18 needed. Note that this is usually when the protocol session is done NOT
19 when the authentication is done since a security layer may have been
20 negotiated.
21
22
24 No return values
25
26
28 RFC 2222
29
31 sasl(3), sasl_server_new(3), sasl_client_new(3)
32
33
34
35SASL man pages SASL sasl_dispose(10 July 2001)