Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
123ca3a3
...
123ca3a362e8415f07127a188e74a458f9efb33f
authored
2001-11-15 02:17:29 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* mailbox/wicket.c (_get_ticket): Reset the buffer.
1 parent
babebed6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
ChangeLog
mailbox/wicket.c
ChangeLog
View file @
123ca3a
2001-11-14 Alain Magloire
* mailbox/wicket.c (_get_ticket): Reset the buffer.
2001-11-14 Alain Magloire
To provide an easy way to crete a ticket_t from
a file, one can create a wicket_t and fetch ticket_t's
for different users to set on the authority.
...
...
mailbox/wicket.c
View file @
123ca3a
...
...
@@ -14,6 +14,7 @@
You should have received a copy of the GNU Library General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
...
...
@@ -155,7 +156,7 @@ _get_ticket (ticket_t *pticket, const char *filename, const char *user)
ptr
=
buf
+
len
;
continue
;
}
else
ptr
=
buf
;
/* Comments. */
...
...
@@ -183,6 +184,7 @@ _get_ticket (ticket_t *pticket, const char *filename, const char *user)
break
;
}
}
ptr
=
buf
;
}
}
else
...
...
Please
register
or
sign in
to post a comment