diff liboctave/oct-group.cc @ 4076:c651ee4c0846

[project @ 2002-09-27 22:02:43 by jwe]
author jwe
date Fri, 27 Sep 2002 22:02:43 +0000
parents 86e4baa81410
children bf7272f8ba8c
line wrap: on
line diff
--- a/liboctave/oct-group.cc	Fri Sep 27 21:37:56 2002 +0000
+++ b/liboctave/oct-group.cc	Fri Sep 27 22:02:43 2002 +0000
@@ -188,6 +188,8 @@
       gr_passwd = gr->gr_passwd;
 #endif
 
+      gr_gid = gr->gr_gid;
+
       // XXX FIXME XXX -- maybe there should be a string_vector
       // constructor that takes a NULL terminated list of C
       // strings.