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
b065795d
Commit
b065795d
authored
Sep 12, 2005
by
Pekka Pessi
Browse files
Empty name implies default.
darcs-hash:20050912082421-65a35-8e9e500e03157d25483ce64de425dc6082e25a0b.gz
parent
08012ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libsofia-sip-ua/soa/soa.c
libsofia-sip-ua/soa/soa.c
+1
-1
No files found.
libsofia-sip-ua/soa/soa.c
View file @
b065795d
...
...
@@ -232,7 +232,7 @@ soa_session_t *soa_create(char const *name,
soa_session_t
*
ss
;
if
(
name
)
{
if
(
name
&&
name
[
0
]
)
{
struct
soa_namenode
const
*
n
;
size_t
baselen
=
strcspn
(
name
,
":/"
);
...
...
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