libadmin: Don't use undefined value
[openafs.git] / src / libadmin / pts / afs_ptsAdmin.c
index 342a9d3..c74e897 100644 (file)
@@ -1479,6 +1479,8 @@ pts_GroupMemberRemove(const void *cellHandle, const char *userName,
     afs_cell_handle_p c_handle = (afs_cell_handle_p) cellHandle;
     idlist ids;
 
+    ids.idlist_val = NULL;
+
     /*
      * Validate arguments
      */