diff options
author | Jean-François Micouleau <jfm@samba.org> | 1999-09-27 13:12:55 +0000 |
---|---|---|
committer | Jean-François Micouleau <jfm@samba.org> | 1999-09-27 13:12:55 +0000 |
commit | bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d (patch) | |
tree | af40525b17025eb538ad7f76c9b6af5206b76d5c /source/include/proto.h | |
parent | f328ae8024584599324ae4263bb9fb89a358279f (diff) | |
download | samba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.tar.gz samba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.tar.xz samba-bee11f8889378b9f1cc6e2818fd0f8dd7ddcf10d.zip |
don't leak printer handles,
don't coredump when adding forms,
and a small non obvious memory leak in the rpc buffers
J.F.
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 8b18a0487b5..f391f198797 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1636,7 +1636,7 @@ struct passgrp_ops *unix_initialise_password_grp(void); int get_ntforms(nt_forms_struct **list); int write_ntforms(nt_forms_struct **list, int number); -void add_a_form(nt_forms_struct **list, FORM form, int count); +void add_a_form(nt_forms_struct **list, FORM form, int *count); void update_a_form(nt_forms_struct **list, FORM form, int count); int get_ntdrivers(connection_struct *conn, fstring **list, char *architecture); void get_short_archi(char *short_archi, char *long_archi); |