Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
7bd33aba
Commit
7bd33aba
authored
Oct 14, 2005
by
Pekka Pessi
Browse files
Fixed Retry-After casing.
darcs-hash:20051014134031-65a35-a131e0fdc46d7b5f1549beeaca13055e6846ea6d.gz
parent
e1319420
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/sip/sip.h
libsofia-sip-ua/sip/sip.h
+1
-1
No files found.
libsofia-sip-ua/sip/sip.h
View file @
7bd33aba
...
...
@@ -267,7 +267,7 @@ struct sip_s {
sip_expires_t
*
sip_expires
;
/**< Expires */
sip_date_t
*
sip_date
;
/**< Date */
sip_retry_after_t
*
sip_retry_after
;
/**< Retry-
a
fter */
sip_retry_after_t
*
sip_retry_after
;
/**< Retry-
A
fter */
sip_timestamp_t
*
sip_timestamp
;
/**< Timestamp */
sip_min_expires_t
*
sip_min_expires
;
/**< Min-Expires */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment