]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-smtp: address: Rename 'poo' to 'pool' in declaration of smtp_address_detail_parse().
authorStephan Bosch <stephan.bosch@dovecot.fi>
Sat, 13 Jan 2018 10:59:54 +0000 (11:59 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 18 Jan 2018 07:10:12 +0000 (09:10 +0200)
src/lib-smtp/smtp-address.h

index 18703d86a325dfd6a61ac54cf35a1ee3fad6a014..d68571846270a0014d4d5ed01439295344ba433d 100644 (file)
@@ -50,7 +50,7 @@ int smtp_address_parse_username(pool_t pool, const char *username,
 
 /* Parse address+detail@domain into address@domain and detail
    using given delimiters. Returns used delimiter. */
-void smtp_address_detail_parse(pool_t poo, const char *delimiters,
+void smtp_address_detail_parse(pool_t pool, const char *delimiters,
        struct smtp_address *address, const char **username_r,
        char *delim_r, const char **detail_r);
 void smtp_address_detail_parse_temp(const char *delimiters,