summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::usrloc::udomain.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-07-07 20:16:35 +0000
commit0fa030f274a2e4f83f08592f507c3f4969d0f643 (patch)
tree84744a0b420d19c6adeba7ba0b6503a6b50205bc /net/ser/files/patch-modules::usrloc::udomain.c
parentUpdate to 0.5.1. (diff)
Update to 0.9.3.
Notes
Notes: svn path=/head/; revision=138672
Diffstat (limited to 'net/ser/files/patch-modules::usrloc::udomain.c')
-rw-r--r--net/ser/files/patch-modules::usrloc::udomain.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/ser/files/patch-modules::usrloc::udomain.c b/net/ser/files/patch-modules::usrloc::udomain.c
deleted file mode 100644
index 3e627f8ef7eb..000000000000
--- a/net/ser/files/patch-modules::usrloc::udomain.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- modules/usrloc/udomain.c
-+++ modules/usrloc/udomain.c
-@@ -288,7 +288,7 @@
- }
- flags = VAL_BITMAP(ROW_VALUES(row) + 8);
- ua.s = (char*)VAL_STRING(ROW_VALUES(row) + 9);
-- ua.len = strlen(ua.s);
-+ ua.len = (ua.s != NULL) ? strlen(ua.s) : 0;
-
- if (use_domain) {
- domain = (char*)VAL_STRING(ROW_VALUES(row) + 10);