]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mountd/mountd.c
Mon Jan 10 14:26:33 2000 H.J. Lu <hjl@lucon.org>
[nfs-utils.git] / utils / mountd / mountd.c
index 9f467d1f9b4c4e227a91a87bb15b691c561199f1..164983a7938f1efbb37f35c3a811fa4c9393f061 100644 (file)
@@ -312,7 +312,7 @@ get_exportlist(void)
                                e = (struct exportnode *) xmalloc(sizeof(*e));
                                e->ex_next = elist;
                                e->ex_groups = NULL;
-                               e->ex_dir = strdup(exp->m_export.m_path);
+                               e->ex_dir = xstrdup(exp->m_export.m_path);
                                elist = e;
                        }